Administrator
2026-08-13 a23f23570935850192099133509e90c33769d26c
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());
    }