8 lines
115 B
Go
Raw Normal View History

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