无关风月
2025-01-09 1e2d55b9f92cebfc9909e83e09478c864fa11ca0
optometrist/src/main/java/com/jilongda/optometrist/config/WebSecurityConfig.java
@@ -73,7 +73,7 @@
     */
    @Override
    public void configure(WebSecurity web) {
        web.ignoring().antMatchers(Constant.DOC_LIST);
        web.ignoring().antMatchers(Constant.DOC_OPTOMETRIST_LIST);
        web.ignoring().antMatchers(Constant.AUTH_WHITELIST);
    }