功能(菜单)接口
This commit is contained in:
@@ -141,6 +141,11 @@ func init() {
|
||||
&controllers.EventController{},
|
||||
),
|
||||
),
|
||||
beego.NSNamespace("/power",
|
||||
beego.NSInclude(
|
||||
&controllers.PowerController{},
|
||||
),
|
||||
),
|
||||
)
|
||||
beego.AddNamespace(ns)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user