We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bdd5f5 + 46ad6d5 commit 3ef114eCopy full SHA for 3ef114e
src/post-comment/post-comment.controller.ts
@@ -53,7 +53,7 @@ export class PostCommentController {
53
return new BaseResponse(true, '댓글 작성 성공', postComment);
54
}
55
56
- @Get(':postId')
+ @Get()
57
@GetPostCommentsSwagger('게시글 댓글 리스트 조회 API')
58
async getPostComments(
59
@Query('postId') postId: number,
0 commit comments