Upgraded to latest aero version
This commit is contained in:
@ -6,6 +6,6 @@ import (
|
||||
)
|
||||
|
||||
// Map shows a map of all users.
|
||||
func Map(ctx *aero.Context) string {
|
||||
return ctx.HTML(components.UserMap(ctx.URI()))
|
||||
func Map(ctx aero.Context) error {
|
||||
return ctx.HTML(components.UserMap(ctx.Path()))
|
||||
}
|
||||
|
Reference in New Issue
Block a user