- first edition of auth2

This commit is contained in:
gazebo
2019-03-01 17:43:17 +08:00
parent b90313bd49
commit 421240ac54
17 changed files with 1015 additions and 12 deletions

View File

@@ -81,6 +81,11 @@ func init() {
&controllers.MsgController{},
),
),
beego.NSNamespace("/auth2",
beego.NSInclude(
&controllers.Auth2Controller{},
),
),
)
beego.AddNamespace(ns)