xuhy
2024-12-27 a7a77c68c8188d34fdc815fc7c9caf78cdc3e209
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);
    }