modern-agile-team / dongurami-server-v2

1 stars 0 forks source link

게시글 댓글 조회 시 버그 수정 #189

Closed rrgks6221 closed 5 months ago

rrgks6221 commented 5 months ago

JIRA

QYOG-133

Description

활성된 대댓글이 하나라도 없으면 조회되지 않는 버그를 수정함 쿼리를 통해 수정할 수 있지만 다소 복작해지기때문에 모두 불러온 뒤 제거함

To Reviewer

Reference Link

Related Issue Link

API

Method Path 설명 작업(추가, 수정, 삭제)
GET /api/free-posts/:postId/comments 자유게시글 댓글 전체 조회 추가
GET /api/notice-posts/:postId/comments 자유게시글 댓글 전체 조회 추가