|
|
@@ -99,7 +99,6 @@ 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()
|