fix: 接口需要登录认证
This commit is contained in:
@@ -80,10 +80,10 @@ func Routers() []services.RouterItem {
|
||||
Middleware: midware.Authorize(nil),
|
||||
},
|
||||
{
|
||||
Method: "POST",
|
||||
Pattern: "/authExport",
|
||||
Handler: apis.UdmAuthUserExport,
|
||||
// Middleware: midware.Authorize(nil),
|
||||
Method: "POST",
|
||||
Pattern: "/authExport",
|
||||
Handler: apis.UdmAuthUserExport,
|
||||
Middleware: midware.Authorize(nil),
|
||||
},
|
||||
{
|
||||
Method: "POST",
|
||||
|
||||
Reference in New Issue
Block a user