- sync store category.

This commit is contained in:
gazebo
2018-10-08 15:33:13 +08:00
parent 465f1f0431
commit 922e5175c7
11 changed files with 252 additions and 109 deletions

View File

@@ -51,6 +51,11 @@ func init() {
&controllers.StoreSkuController{},
),
),
beego.NSNamespace("/task",
beego.NSInclude(
&controllers.TaskController{},
),
),
)
beego.AddNamespace(ns)