Skip to content

Commit

Permalink
수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JONG-KYEONG committed Nov 28, 2023
1 parent 81682fa commit 5417c68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ protected SecurityFilterChain filterChain(HttpSecurity http) throws Exception {
"/replies",
"/guestbook",
"/introduce",
"/pr/post/posted",
"/pr/posts/posted",
"/search/**")
.permitAll()
.requestMatchers(HttpMethod.POST,
Expand Down

0 comments on commit 5417c68

Please sign in to comment.