- sync store category.
This commit is contained in:
@@ -51,6 +51,11 @@ func init() {
|
||||
&controllers.StoreSkuController{},
|
||||
),
|
||||
),
|
||||
beego.NSNamespace("/task",
|
||||
beego.NSInclude(
|
||||
&controllers.TaskController{},
|
||||
),
|
||||
),
|
||||
)
|
||||
beego.AddNamespace(ns)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user