无关风月
2025-01-08 54c55e5947d56431620cc8733e07ef81e63e9ff7
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);
    }