Administrator
7 days ago ecd23251055d9e51425329cc8094bb58906e01b7
src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java
@@ -57,6 +57,7 @@
                .antMatchers("/api/orderCoin/findCollect").permitAll()
                .antMatchers("/api/documentary/getFollowTraderProfitInfo").permitAll()
                .antMatchers("/api/helpCenter/**").permitAll()
                .antMatchers("/ws/v5/**").permitAll()
                .anyRequest().authenticated()
                .and().apply(securityConfiguereAdapter());
    }