|
|
@@ -96,6 +96,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
.antMatchers("/blindBoxItem/all").permitAll()
|
|
|
.antMatchers("/collection/recommend").permitAll()
|
|
|
.antMatchers("/order/**/status").permitAll()
|
|
|
+ .antMatchers("/order/checkLimit").permitAll()
|
|
|
.antMatchers("/mintOrder/**/status").permitAll()
|
|
|
.antMatchers("/activity/all").permitAll()
|
|
|
.antMatchers("/activity/get/*").permitAll()
|