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