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 986515d commit 81682fa
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 81682fa

Please sign in to comment.