Skip to content

[BE] 댓글 : 생성/조회/삭제 API 개발 #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eunhye-ahn
Copy link

@eunhye-ahn eunhye-ahn commented May 25, 2025

작업내용

  • 댓글 생성 API(POST /api/polls/{pollId}/comments)
  • 댓글 조회 API(GET /api/polls/{pollId}/comments)
  • 댓글 삭제 API(DELETE /api/polls/{pollId}/comments/{commentId})

테스트방법

  • Postman으로 단건 생성/조회 테스트 완료

참고

  • 본 PR은 poll-core 브랜치 기준에서 직렬 개발되었으며, 현재는 develop 기반으로 rebase한 상태입니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant