- GetServerInfo added.

This commit is contained in:
gazebo
2018-09-11 18:34:59 +08:00
parent 7f4c125279
commit 4dcc31e36d
11 changed files with 186 additions and 69 deletions

View File

@@ -36,6 +36,11 @@ func init() {
&controllers.AuthController{},
),
),
beego.NSNamespace("/cms",
beego.NSInclude(
&controllers.CmsController{},
),
),
)
beego.AddNamespace(ns)