Upgraded to latest aero version
This commit is contained in:
@ -6,6 +6,6 @@ import (
|
||||
)
|
||||
|
||||
// Get ...
|
||||
func Get(ctx *aero.Context) string {
|
||||
func Get(ctx aero.Context) error {
|
||||
return ctx.HTML(components.TermsOfService())
|
||||
}
|
||||
|
Reference in New Issue
Block a user