|
|
@@ -87,6 +87,8 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
.antMatchers("/asset/tokenHistory").permitAll()
|
|
|
.antMatchers("/user/all").permitAll()
|
|
|
.antMatchers("/user/get/*").permitAll()
|
|
|
+ .antMatchers("/news/all").permitAll()
|
|
|
+ .antMatchers("/news/get/*").permitAll()
|
|
|
.antMatchers("/user/forgotPassword").permitAll()
|
|
|
.antMatchers("/sysConfig/get/*").permitAll()
|
|
|
.antMatchers("/sysConfig/getDecimal/*").permitAll()
|