- GetServerInfo added.
This commit is contained in:
@@ -36,6 +36,11 @@ func init() {
|
||||
&controllers.AuthController{},
|
||||
),
|
||||
),
|
||||
beego.NSNamespace("/cms",
|
||||
beego.NSInclude(
|
||||
&controllers.CmsController{},
|
||||
),
|
||||
),
|
||||
)
|
||||
beego.AddNamespace(ns)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user