This commit is contained in:
77
2024-05-21 22:18:59 +08:00
parent ad94fac3bd
commit ac7625a7c3
2 changed files with 4 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ public class TenantFilter implements Filter {
IGNORE_URL.add("/login");
IGNORE_URL.add("/captchaImage");
IGNORE_URL.add("/logout");
IGNORE_URL.add("/api/app/check");
}
private static final AntPathMatcher ANT_PATH_MATCHER = new AntPathMatcher();