- fix bug in GetUsers

This commit is contained in:
gazebo
2019-08-06 17:01:51 +08:00
parent a0c74cf02a
commit 447237f252
4 changed files with 5 additions and 5 deletions

View File

@@ -146,7 +146,7 @@ func init() {
beego.ControllerComments{
Method: "RemoveAuthBind",
Router: `/RemoveAuthBind`,
AllowHTTPMethods: []string{"post"},
AllowHTTPMethods: []string{"delete"},
MethodParams: param.Make(),
Filters: nil,
Params: nil})