Skip to content

Commit

Permalink
hotfix: 댓글 조회 허용 엔드포인트 추가
Browse files Browse the repository at this point in the history
Signed-off-by: yurim0628 <[email protected]>
  • Loading branch information
yurim0628 authored May 31, 2024
1 parent 067b079 commit 35207fc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public class SecurityConstants {

public static final String[] PERMIT_ALL_GET_ENDPOINTS = {
"/posts",
"/posts/{postId}"
"/posts/{postId}",
"/posts/{postId}/comments"
};
}

0 comments on commit 35207fc

Please sign in to comment.