From 81682fa8258b61acd6dfd6a5397224b5d28140c1 Mon Sep 17 00:00:00 2001 From: JongKyeong Kim Date: Wed, 29 Nov 2023 00:56:12 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/project/Glog/config/SecurityConfig.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/server/src/main/java/com/project/Glog/config/SecurityConfig.java b/server/src/main/java/com/project/Glog/config/SecurityConfig.java index 85ef2d56..69986a2e 100644 --- a/server/src/main/java/com/project/Glog/config/SecurityConfig.java +++ b/server/src/main/java/com/project/Glog/config/SecurityConfig.java @@ -105,10 +105,13 @@ protected SecurityFilterChain filterChain(HttpSecurity http) throws Exception { "/swagger-ui/**") .permitAll() .requestMatchers(HttpMethod.GET, - "/post", + "/post/**", "/collect", - "/post/previews", "/read-me", + "/replies", + "/guestbook", + "/introduce", + "/pr/post/posted", "/search/**") .permitAll() .requestMatchers(HttpMethod.POST,