- 菜谱相关
This commit is contained in:
@@ -116,6 +116,11 @@ func init() {
|
||||
&controllers.JxShopController{},
|
||||
),
|
||||
),
|
||||
beego.NSNamespace("/foodrecipe",
|
||||
beego.NSInclude(
|
||||
&controllers.FoodRecipeController{},
|
||||
),
|
||||
),
|
||||
)
|
||||
beego.AddNamespace(ns)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user