|
|
@@ -96,7 +96,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
.antMatchers("/order/**/status").permitAll()
|
|
|
.antMatchers("/activity/all").permitAll()
|
|
|
.antMatchers("/activity/get/*").permitAll()
|
|
|
- .antMatchers("/appVersion/checkReview").permitAll()
|
|
|
+ .antMatchers("/appVersion/checkIosReview").permitAll()
|
|
|
// all other requests need to be authenticated
|
|
|
.anyRequest().authenticated().and()
|
|
|
// make sure we use stateless session; session won't be used to
|