Helius
2020-06-08 f7f92f1cd093ef993c84643831153d035107f4f2
modify
2 files modified
2 ■■■■■ changed files
lib/huobi-client-1.0.8-SNAPSHOT.jar patch | view | raw | blame | history
src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java 2 ●●●●● patch | view | raw | blame | history
lib/huobi-client-1.0.8-SNAPSHOT.jar
Binary 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());
    }