提供给外部使用的token验证

develop
guyuliang 2024-08-22 14:15:44 +08:00
parent 9691147e75
commit 450736216f
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class WebInterceptorConfiguration implements InterceptorConfiguration {
"/v1/logview", "/v1/logzip", "/status/**", "/v1/tokens", "/v1/config/captcha/install", "/v1/status/sid",
"/v1/config/license/install", "/v1/config/status/", "/v1/status/sids", "/status", "/status/db",
"/error", "/v1/*/info", "/v1/*/status", "/v1/config/**", "/v1/status/**", "/v1/config/license",
"/v3/api-docs/**", "/v1/autologin", "/v1/single/login"};
"/v3/api-docs/**", "/v1/autologin", "/v1/single/login", "/v1/token/check"};
private static final String[] LOG_EXCLUDES = new String[]{"/*/*.css",
"/*/*.js", "/*/*.png", "/*/*.jpg", "/*/*.jpeg", "/*.html", "/*/*.html", "/swagger-resources/**", "/favicon.ico",
"/webjars/**", "/v2/**", "/swagger-ui.html/**", "/error", "/v3/api-docs/**"};