Fixed assets
This commit is contained in:
parent
dd4ba190d7
commit
c58679834d
@ -66,7 +66,7 @@ func configureAssets(app *aero.Application) {
|
|||||||
|
|
||||||
// Avatars
|
// Avatars
|
||||||
app.Get("/images/avatars/small/:file", func(ctx *aero.Context) string {
|
app.Get("/images/avatars/small/:file", func(ctx *aero.Context) string {
|
||||||
return ctx.File("images/avatars/large/" + ctx.Get("file"))
|
return ctx.File("images/avatars/small/" + ctx.Get("file"))
|
||||||
})
|
})
|
||||||
|
|
||||||
// Elements
|
// Elements
|
||||||
|
Loading…
Reference in New Issue
Block a user