KU-Solution-Challenge-GoGreen/GoGreen-Server

Recipe bookmark API

Closed this issue · 0 comments

worjs commented

POST /recipes/:recipeId/bookmark

특정 id의 레시피를 bookmark합니다.
북마크 되어있으면 키고 true, 안되어있으면 끄고 false 내려주면 될 것 같아요.