|
|
@@ -85,6 +85,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
.antMatchers("/notify/**").permitAll()
|
|
|
.antMatchers("/banner/all").permitAll()
|
|
|
.antMatchers("/setting/all").permitAll()
|
|
|
+ .antMatchers("/setting/byFlag").permitAll()
|
|
|
.antMatchers("/collection/all").permitAll()
|
|
|
.antMatchers("/collection/get/**").permitAll()
|
|
|
.antMatchers("/asset/get/**").permitAll()
|