
api/neighborhood/posts/게시글id
이렇게 요청하면됨
{
"isSuccess": true,
"code": "NEIGHBORHOOD_200",
"message": "게시글 상세 조회 성공",
"result": {
"id": 7,
"dong": "상도동",
"neighborhoodPostCategory": "맛집",
"title": "TestTitle2",
"content": "TestContent",
"imageUrls": [
"image4.jpg",
"image3.jpg"
],
"createdAt": "2023-11-27T01:26:14.845994",
"view": 8,
"likeCount": 1,
"commentCount": 1
}
}