无关风月
2024-12-30 4ef2de7aa7fc24ee19020330e781bae0b51b956c
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);
    }