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