게시물 좋아요 확인
GET /api/posts/{postId}/like
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Parameters
Name
Type
Description
postId
Long
게시물 Id
Response
{
"isLike": true
}Last updated
GET /api/posts/{postId}/like
Headers
Content-Type
application/json
Authorization
Bearer <token>
Parameters
postId
Long
게시물 Id
Response
{
"isLike": true
}Last updated