fix: route (#2654)

This commit is contained in:
icey-yu 2024-09-24 17:12:36 +08:00 committed by GitHub
parent 6add09d476
commit 7090c99fa5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -275,7 +275,6 @@ func GinParseToken(authRPC *rpcclient.Auth) gin.HandlerFunc {
// Whitelist api not parse token // Whitelist api not parse token
var Whitelist = []string{ var Whitelist = []string{
"/user/user_register",
"/auth/user_token", "/auth/user_token",
"/auth/parse_token", "/auth/parse_token",
} }