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); }