1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-12 00:11:02 +00:00

fix router

This commit is contained in:
astaxie
2013-09-28 23:37:05 +08:00
parent a62ed10ab3
commit aaf1490ff5
2 changed files with 4 additions and 3 deletions

View File

@ -36,7 +36,7 @@ type Controller struct {
}
type ControllerInterface interface {
Init(ct *context.Context, childName string)
Init(ct *context.Context, childName string, app interface{})
Prepare()
Get()
Post()