This commit is contained in:
苏尹岚
2020-10-13 12:02:07 +08:00
parent f2f7e511a3
commit 078327e8d5
2 changed files with 186 additions and 0 deletions

View File

@@ -46,6 +46,11 @@ func init() {
&controllers.JobController{},
),
),
beego.NSNamespace("/event",
beego.NSInclude(
&controllers.EventController{},
),
),
)
beego.AddNamespace(ns)
beego.AutoRouter(&controllers.TongLianController{})