fix: 白名单放行 /oauth/token

This commit is contained in:
TsMask
2024-03-18 11:14:10 +08:00
parent 4009e8ff2b
commit c411b5ca5c

View File

@@ -21,6 +21,7 @@ var URL_WHITE_LIST = []string{
"/omcNeConfig",
"/cdrEvent",
"/upload-ue",
"/oauth/token",
}
// PreAuthorize 用户身份授权认证校验