Skip to content

Commit 3ef114e

Browse files
committed
2 parents 5bdd5f5 + 46ad6d5 commit 3ef114e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/post-comment/post-comment.controller.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class PostCommentController {
5353
return new BaseResponse(true, '댓글 작성 성공', postComment);
5454
}
5555

56-
@Get(':postId')
56+
@Get()
5757
@GetPostCommentsSwagger('게시글 댓글 리스트 조회 API')
5858
async getPostComments(
5959
@Query('postId') postId: number,

0 commit comments

Comments
 (0)