Helius
2021-05-11 f895f77bf1b1dce8dd8a5008f809d58f1ab3ee15
src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java
@@ -58,6 +58,9 @@
                .antMatchers("/api/trader/beTraderStatusCondition").permitAll()
                .antMatchers("/api/activity/getActivityMain").permitAll()
                .antMatchers("/api/helpCenter/**").permitAll()
                .antMatchers("/api/yd/findAllInfo").permitAll()
                .antMatchers("/api/yd/getProductList").permitAll()
                .antMatchers("/api/yd/findProductInfo").permitAll()
                .anyRequest().authenticated()
                .and().apply(securityConfiguereAdapter());
    }