Helius
2021-05-25 2d398a2bbd4a210ffd885f0b0b0a0f99edd84707
src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java
@@ -61,6 +61,7 @@
                .antMatchers("/api/yd/findAllInfo").permitAll()
                .antMatchers("/api/yd/getProductList").permitAll()
                .antMatchers("/api/yd/findProductInfo").permitAll()
                .antMatchers("/api/yd/getXchPrice").permitAll()
                .anyRequest().authenticated()
                .and().apply(securityConfiguereAdapter());
    }