Skip to content
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

댓글 API 구현 #3

Closed
3 tasks done
annahxxl opened this issue Jul 2, 2021 · 0 comments
Closed
3 tasks done

댓글 API 구현 #3

annahxxl opened this issue Jul 2, 2021 · 0 comments
Assignees
Labels

Comments

@annahxxl
Copy link
Owner

annahxxl commented Jul 2, 2021

  • POST /posts/:id/comment : 댓글 생성

  • PATCH /posts/:id/comment/:id : 댓글 수정

  • DELETE /posts/:id/comment/:id : 댓글 삭제

@annahxxl annahxxl added the API label Jul 2, 2021
@annahxxl annahxxl self-assigned this Jul 2, 2021
@annahxxl annahxxl changed the title 댓글 API 만들기 댓글 API 구현 Jul 2, 2021
annahxxl added a commit that referenced this issue Jul 3, 2021
+ userRouter, postRouter : 필요없는 import 구문 삭제
@annahxxl annahxxl closed this as completed Jul 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant