- initData.InitPlace.
This commit is contained in:
@@ -71,6 +71,11 @@ func init() {
|
||||
&controllers.SyncController{},
|
||||
),
|
||||
),
|
||||
beego.NSNamespace("/initdata",
|
||||
beego.NSInclude(
|
||||
&controllers.InitDataController{},
|
||||
),
|
||||
),
|
||||
)
|
||||
beego.AddNamespace(ns)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user