Administrator
12 hours ago 63efa1d25fc5ad9f3107dd02183e7f5b7c11ed88
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()