8 lines
115 B
Go
Raw Normal View History

2017-07-10 18:39:50 +00:00
package animeepisode
import "github.com/aerogo/aero"
func Get(ctx *aero.Context) string {
return ctx.HTML("")
}