|
@@ -104,8 +104,6 @@ public class SecurityConfig
|
|
|
auth.requestMatchers(SecurityPathMatchers.antMatchers("/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**")).permitAll();
|
|
auth.requestMatchers(SecurityPathMatchers.antMatchers("/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**")).permitAll();
|
|
|
auth.requestMatchers(SecurityPathMatchers.antMatchers("/app/voiceApi/callNotify")).permitAll();
|
|
auth.requestMatchers(SecurityPathMatchers.antMatchers("/app/voiceApi/callNotify")).permitAll();
|
|
|
auth.requestMatchers(SecurityPathMatchers.antMatchers("/common/getId**")).permitAll();
|
|
auth.requestMatchers(SecurityPathMatchers.antMatchers("/common/getId**")).permitAll();
|
|
|
- auth.requestMatchers(SecurityPathMatchers.antMatchers("/common/download**")).permitAll();
|
|
|
|
|
- auth.requestMatchers(SecurityPathMatchers.antMatchers("/common/download/resource**")).permitAll();
|
|
|
|
|
auth.requestMatchers(SecurityPathMatchers.antMatchers("/swagger-ui.html")).permitAll();
|
|
auth.requestMatchers(SecurityPathMatchers.antMatchers("/swagger-ui.html")).permitAll();
|
|
|
auth.requestMatchers(SecurityPathMatchers.antMatchers("/swagger-resources/**")).permitAll();
|
|
auth.requestMatchers(SecurityPathMatchers.antMatchers("/swagger-resources/**")).permitAll();
|
|
|
auth.requestMatchers(SecurityPathMatchers.antMatchers("/webjars/**")).permitAll();
|
|
auth.requestMatchers(SecurityPathMatchers.antMatchers("/webjars/**")).permitAll();
|