Upgraded to latest Aero API

This commit is contained in:
Eduard Urbach 2017-11-15 14:41:51 +01:00
parent 6f25cac7ae
commit 392597d288

View File

@ -39,7 +39,7 @@ func configureAssets(app *aero.Application) {
// Favicon
app.Get("/favicon.ico", func(ctx *aero.Context) string {
return ctx.TryWebP("images/brand/64", ".png")
return ctx.File("images/brand/64.png")
})
// Images