lib/huobi-client-1.0.8-SNAPSHOT.jar | patch | view | raw | blame | history | |
src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java | ●●●●● patch | view | raw | blame | history |
lib/huobi-client-1.0.8-SNAPSHOT.jarBinary files differ
src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java
@@ -46,6 +46,8 @@ .antMatchers("/api/symbols/**").permitAll() .antMatchers("/common/**").permitAll() .antMatchers("/api/exchange/**").permitAll() .antMatchers("/api/member/getMemberAccountInfo").permitAll() .antMatchers("/api/member/memberForgetPwd").permitAll() .anyRequest().authenticated() .and().apply(securityConfiguereAdapter()); }