wjj пре 15 часа
родитељ
комит
1f56f08352
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      fs-company/src/main/java/com/fs/framework/config/SecurityConfig.java

+ 1 - 0
fs-company/src/main/java/com/fs/framework/config/SecurityConfig.java

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