메소드 | 경로 |
GET | board/{categoryId}/{postNo}/{commentId} |
{
"statusEnum": "SUCCESS",
"data": {
"id": 6,
"categoryId": 1,
"postNo": 1,
"userId": 5,
"commentBody": "1/1 댓글1",
"likesCount": 2
},
"msg": "좋아요"
}