From e19ed2cc33566a03bee786e474ba0026083bfaee Mon Sep 17 00:00:00 2001 From: leejunnyeop Date: Sun, 18 May 2025 04:22:35 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20swagger=20=20=EA=B2=BD=EB=A1=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/example/hackathon/global/config/SecurityConfig.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/com/example/hackathon/global/config/SecurityConfig.java b/src/main/java/com/example/hackathon/global/config/SecurityConfig.java index 5d61658..2787458 100644 --- a/src/main/java/com/example/hackathon/global/config/SecurityConfig.java +++ b/src/main/java/com/example/hackathon/global/config/SecurityConfig.java @@ -34,6 +34,7 @@ public SecurityFilterChain securityFilterChain(HttpSecurity http) throws Excepti // ✅ 경로별 접근 권한 설정 .authorizeHttpRequests(auth -> auth .requestMatchers( + "/swagger-ui/index.html#/**", "/", "/swagger-ui/**", "/swagger-ui.html",