Fixed old stuff

This commit is contained in:
2017-07-10 20:39:50 +02:00
parent 1da3e3f2f8
commit b6fb1c1f08
9 changed files with 32 additions and 61 deletions

View File

@ -0,0 +1,7 @@
package animeepisode
import "github.com/aerogo/aero"
func Get(ctx *aero.Context) string {
return ctx.HTML("")
}