Administrator
yesterday e5ff8673f658e24d4f5fafc4616eebd7ae9214e3
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()