xuhy
2025-08-19 f98d89b35a6483128cd5f7a80556611b5895c1c6
applet/src/main/java/com/hollywood/applet/config/WebSecurityConfig.java
@@ -75,7 +75,7 @@
     */
    @Override
    public void configure(WebSecurity web) {
        web.ignoring().antMatchers(SwaggerAutoConfiguration.DOC_LIST);
        web.ignoring().antMatchers(Constant.DOC_LIST);
        web.ignoring().antMatchers(Constant.APPLET_AUTH_WHITELIST);
    }