fix
Helius
2022-03-23 514c14b8d3505abaeaacd3d752b5aad46f6546f8
fix
1 files modified
2 ■■■ changed files
src/main/java/cc/mrbird/febs/common/authentication/ShiroConfig.java 2 ●●● patch | view | raw | blame | history
src/main/java/cc/mrbird/febs/common/authentication/ShiroConfig.java
@@ -95,7 +95,7 @@
        // 排除手机api请求链接
        filterChainDefinitionMap.put("/api/**", "anon");
        filterChainDefinitionMap.put("/dapp/**", "anon");
        filterChainDefinitionMap.put("/dapi/**", "anon");
        filterChainDefinitionMap.put("/swagger-ui.html/**", "anon");
        filterChainDefinitionMap.put("/swagger-resources/**", "anon");