Helius
2021-05-14 0abd80878ee9045d5317a2dbeff6c20d2dfdabc0
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());
    }