2017-07-22 15:04:54 +02:00

11 lines
140 B
Go

package amvs
import (
"github.com/aerogo/aero"
)
// Get AMVs.
func Get(ctx *aero.Context) string {
return ctx.HTML("Coming soon™.")
}