xiaoyong931011
2021-12-07 37518c255d676f17e661dfdfd6152de3405f7dcd
src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java
@@ -56,6 +56,7 @@
                .antMatchers("/api/orderCoin/deal/list").permitAll()
                .antMatchers("/api/helpCenter/**").permitAll()
                .antMatchers("/trade/**").permitAll()
                .antMatchers("/websocket/**").permitAll()
                .anyRequest().authenticated()
                .and().apply(securityConfiguereAdapter());
    }