Skip to content
Jinsu Park edited this page Jun 13, 2020 · 4 revisions

좋아요

Context-type : application/json

POST /api/post/:id/like

Request

header

{
	"Cookie": "쿠키 값",
}

body

{
   
}

Response

Success : 200

{
    "userId": 2
}

Fail : 404 게시물이 없을 경우

     "message": "포스트가 존재하지 않습니다."
Clone this wiki locally