- basic cms structure.

This commit is contained in:
gazebo
2018-09-02 19:11:54 +08:00
parent d46bc8981a
commit 945431d566
19 changed files with 576 additions and 211 deletions

View File

@@ -21,6 +21,16 @@ func init() {
&controllers.OrderController{},
),
),
beego.NSNamespace("/sku",
beego.NSInclude(
&controllers.SkuController{},
),
),
beego.NSNamespace("/store",
beego.NSInclude(
&controllers.StoreController{},
),
),
)
beego.AddNamespace(ns)