fix: 接口需要登录认证

This commit is contained in:
TsMask
2023-09-16 20:45:27 +08:00
parent 446764194d
commit 9bdbaeb8c3
2 changed files with 8 additions and 8 deletions

View File

@@ -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",