xiongzhu 4 lat temu
rodzic
commit
1a24bd736d

+ 1 - 1
src/main/java/com/izouma/nineth/security/WebSecurityConfig.java

@@ -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