|
|
@@ -87,6 +87,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
.antMatchers("/activity/get/**").permitAll()
|
|
|
.antMatchers("/asset/get/**").permitAll()
|
|
|
.antMatchers("/asset/tokenHistory").permitAll()
|
|
|
+ .antMatchers("/asset/ranking").permitAll()
|
|
|
.antMatchers("/user/all").permitAll()
|
|
|
.antMatchers("/user/get/*").permitAll()
|
|
|
.antMatchers("/user/forgotPassword").permitAll()
|