게시물 좋아요 수 조회
GET /api/posts/{postId}/like/count
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Parameters
Name
Type
Description
postId
Long
게시물 Id
Response
{
"likeCount": 0
}Last updated
GET /api/posts/{postId}/like/count
Headers
Content-Type
application/json
Authorization
Bearer <token>
Parameters
postId
Long
게시물 Id
Response
{
"likeCount": 0
}Last updated