From bf339bd8cc6e1471679c0a95c92d7a40c61d9027 Mon Sep 17 00:00:00 2001 From: ParkJiYeoung8297 Date: Thu, 19 Feb 2026 22:25:07 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=A0=95=EC=83=81=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=20api=EB=A5=BC=20springSecurity=EC=97=90=EC=84=9C=20p?= =?UTF-8?q?ermit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../RealMatch/global/config/jwt/JwtAuthenticationFilter.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/com/example/RealMatch/global/config/jwt/JwtAuthenticationFilter.java b/src/main/java/com/example/RealMatch/global/config/jwt/JwtAuthenticationFilter.java index 5ac99b90..6cfabb48 100644 --- a/src/main/java/com/example/RealMatch/global/config/jwt/JwtAuthenticationFilter.java +++ b/src/main/java/com/example/RealMatch/global/config/jwt/JwtAuthenticationFilter.java @@ -34,7 +34,8 @@ public class JwtAuthenticationFilter extends OncePerRequestFilter { "/swagger-ui.html", "/swagger-resources", "/actuator", - "/api/v1/auth/refresh" + "/api/v1/auth/refresh", + "/api/test" ); @Override