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