- initData.InitPlace.

This commit is contained in:
gazebo
2018-12-04 16:46:16 +08:00
parent c051d277f3
commit c9491aaf20
4 changed files with 142 additions and 0 deletions

View File

@@ -71,6 +71,11 @@ func init() {
&controllers.SyncController{},
),
),
beego.NSNamespace("/initdata",
beego.NSInclude(
&controllers.InitDataController{},
),
),
)
beego.AddNamespace(ns)