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