Fixed assets
This commit is contained in:
parent
dd4ba190d7
commit
c58679834d
@ -66,7 +66,7 @@ func configureAssets(app *aero.Application) {
|
||||
|
||||
// Avatars
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user