更新会员模块和系统安全配置

This commit is contained in:
future
2026-05-27 03:21:38 +08:00
parent e673d96f6f
commit ddb77db605
7 changed files with 73 additions and 123 deletions
@@ -50,8 +50,7 @@ public class SecurityConfig {
spec.pathMatchers("/api/auth/**").permitAll()
.pathMatchers("/api/public/**").permitAll()
.pathMatchers("/ws/**").permitAll()
.pathMatchers("/actuator/**").permitAll()
.pathMatchers("/api/member/checkIn").permitAll();
.pathMatchers("/actuator/**").permitAll();
if (isDevOrTest) {
spec.pathMatchers("/swagger-ui.html").permitAll()