- ddapi.Sign
This commit is contained in:
@@ -91,6 +91,11 @@ func init() {
|
||||
&controllers.User2Controller{},
|
||||
),
|
||||
),
|
||||
beego.NSNamespace("/ddapi",
|
||||
beego.NSInclude(
|
||||
&controllers.DDAPIController{},
|
||||
),
|
||||
),
|
||||
)
|
||||
beego.AddNamespace(ns)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user