Administrator
22 hours ago 75ffb97146a0a15d76ae4603ccf328eb9716d798
src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java
@@ -45,7 +45,7 @@
                .antMatchers("/v2/**").permitAll()
                .antMatchers("/api/symbols/**").permitAll()
                .antMatchers("/common/**").permitAll()
                .antMatchers("/kline/**").permitAll()
                .antMatchers("/kline/**/**").permitAll()
                .antMatchers("/api/exchange/**").permitAll()
                .antMatchers("/api/member/getMemberAccountInfo").permitAll()
                .antMatchers("/api/member/memberForgetPwd").permitAll()