src/main/java/com/xcong/excoin/configurations/security/WebSecurityConfig.java
@@ -55,6 +55,7 @@ .antMatchers("/api/orderCoin/findCollect").permitAll() .antMatchers("/api/gate/**").permitAll() .antMatchers("/gate-config.html").permitAll() .antMatchers("/station-dashboard.html").permitAll() .anyRequest().authenticated() .and().apply(securityConfiguereAdapter()); }