-
Notifications
You must be signed in to change notification settings - Fork 1
Home
oh980225 edited this page Dec 26, 2020
·
12 revisions
- GET - /posts (커뮤니티페이지 불러오기)
- GET - /posts/board(게시물 불러오기)
- POST - /posts(게시물 업로드)
- POST - /posts/:postId/like(좋아요 생성)
- DELETE - /posts/:id(게시물 삭제)
- DELETE - /posts/:postId/like(좋아요 삭제)
- GET -> /posts
- GET -> /posts/board
- POST -> /posts
- POST -> /posts/:postId/like
- DELETE -> /posts/:id
- DELETE -> /posts/:postId/like