This commit is contained in:
wangjinlei
2024-05-16 11:48:36 +08:00
parent d26edc9c3a
commit 1b3803074d
2 changed files with 2 additions and 1 deletions

View File

@@ -77,6 +77,7 @@ public class ShiroConfig {
filterMap.put("/v2/api-docs", "anon");
filterMap.put("/sys/agreement/getPrivacyDetail","anon");
filterMap.put("/sys/agreement/getUserDetail","anon");
filterMap.put("/sys/agreement/getAgreement","anon");
filterMap.put("/swagger-ui.html", "anon");
filterMap.put("/swagger-resources/**", "anon");
filterMap.put("/captcha.jpg", "anon");