Added basic AMV routes
This commit is contained in:
8
pages/amv/amv.go
Normal file
8
pages/amv/amv.go
Normal file
@ -0,0 +1,8 @@
|
||||
package amv
|
||||
|
||||
import "github.com/aerogo/aero"
|
||||
|
||||
// Get a single AMV.
|
||||
func Get(ctx *aero.Context) string {
|
||||
return ctx.HTML("Coming soon™.")
|
||||
}
|
Reference in New Issue
Block a user