- user man and user store bind.

This commit is contained in:
gazebo
2018-09-12 15:18:56 +08:00
parent 05bd085116
commit 0fd377e0d3
6 changed files with 264 additions and 6 deletions

View File

@@ -41,6 +41,11 @@ func init() {
&controllers.CmsController{},
),
),
beego.NSNamespace("/user",
beego.NSInclude(
&controllers.UserController{},
),
),
)
beego.AddNamespace(ns)