|
@@ -110,6 +110,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
"/**/*.js",
|
|
"/**/*.js",
|
|
|
"/profile/**"
|
|
"/profile/**"
|
|
|
).permitAll()
|
|
).permitAll()
|
|
|
|
|
+ .antMatchers("/xiaoShouYi/**").permitAll()
|
|
|
.antMatchers("/test").anonymous()
|
|
.antMatchers("/test").anonymous()
|
|
|
.antMatchers("/company/companyVoiceRobotic/callerResult").anonymous()
|
|
.antMatchers("/company/companyVoiceRobotic/callerResult").anonymous()
|
|
|
.antMatchers("/company/companyVoiceRobotic/callerResult4EasyCall").anonymous()
|
|
.antMatchers("/company/companyVoiceRobotic/callerResult4EasyCall").anonymous()
|