Merge branch 'master' into jxstore

This commit is contained in:
gazebo
2018-09-04 22:20:05 +08:00
15 changed files with 429 additions and 1226 deletions

View File

@@ -31,6 +31,11 @@ func init() {
&controllers.StoreController{},
),
),
beego.NSNamespace("/auth",
beego.NSInclude(
&controllers.AuthController{},
),
),
)
beego.AddNamespace(ns)