modern-agile-team / dongurami-server-v2

1 stars 0 forks source link

특정 동아리 게시글 reaction 생성 / 제거 API #203

Closed hobiJeong closed 4 months ago

hobiJeong commented 4 months ago

JIRA

QYOG-163

Description

특정 동아리 게시글에 대한 reaction을 생성 / 제거하는 API를 추가했습니다.

API

Method Path 설명 작업(추가, 수정, 삭제)
POST /api/clubs/:clubId/posts/:postId/reaction 특정 동아리 게시글 reaction 생성 추가
DELETE /api/clubs/:clubId/posts/:postId/reaction 특정 동아리 게시글 reaction 제거 추가