9 lines
142 B
Go
Raw Normal View History

2018-04-14 21:23:00 +00:00
package amv
import "github.com/aerogo/aero"
// Get a single AMV.
func Get(ctx *aero.Context) string {
return ctx.HTML("Coming soon™.")
}