移除测试用接口

This commit is contained in:
2026-06-02 18:06:20 +08:00
parent 1c33f0855b
commit fb2d3ba763
@@ -50,10 +50,7 @@ public class SecurityConfig {
spec.pathMatchers("/api/auth/**").permitAll()
.pathMatchers("/api/public/**").permitAll()
.pathMatchers("/ws/**").permitAll()
.pathMatchers("/actuator/**").permitAll()
//========TODO lwt 以下是测试接口,生产时必关========
.pathMatchers("/api/users/**").permitAll()
.pathMatchers("/api/groupCourse/**").permitAll();
.pathMatchers("/actuator/**").permitAll();
if (isDevOrTest) {