This commit is contained in:
gazebo
2019-03-03 22:20:07 +08:00
parent af38ab535b
commit 6793e7443d
16 changed files with 330 additions and 59 deletions

View File

@@ -86,6 +86,11 @@ func init() {
&controllers.Auth2Controller{},
),
),
beego.NSNamespace("/user2",
beego.NSInclude(
&controllers.User2Controller{},
),
),
)
beego.AddNamespace(ns)