Skip to content

Commit

Permalink
fix: route (#2654)
Browse files Browse the repository at this point in the history
  • Loading branch information
icey-yu committed Sep 24, 2024
1 parent 6add09d commit 7090c99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/api/router.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ func GinParseToken(authRPC *rpcclient.Auth) gin.HandlerFunc {

// Whitelist api not parse token
var Whitelist = []string{
"/user/user_register",
"/auth/user_token",
"/auth/parse_token",
}

0 comments on commit 7090c99

Please sign in to comment.