Upgraded to latest aero version
This commit is contained in:
@ -4,6 +4,6 @@ import "github.com/aerogo/aero"
|
||||
import "github.com/animenotifier/notify.moe/components"
|
||||
|
||||
// WebDev ...
|
||||
func WebDev(ctx *aero.Context) string {
|
||||
func WebDev(ctx aero.Context) error {
|
||||
return ctx.HTML(components.WebDev())
|
||||
}
|
||||
|
Reference in New Issue
Block a user