Skip to content
Snippets Groups Projects
Commit 304f6e85 authored by Hyun Woo Jeong's avatar Hyun Woo Jeong
Browse files

Update file README.md

parent 86cfc717
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,8 @@
|POST|/article|{<br>"title": string,<br>"content": string,<br>"img": string[],<br>"keyword": string,<br>"latitiude":number,<br>"longitude": number<br>}|게시글 작성 요청|
|GET|/article||전체 게시글 요청|
|GET|/article/[id]||특정 게시글 요청|
|GET|/article/search/[keyword]||키워드로 게시글 검색 요청|
|GET|/article/sort/[crit]||게시글 정렬 요청|
|POST|/article/[id]/comment|{<br>"content": string<br>}|댓글 작성 요청|
|DELETE|/article/[articleId]/comment/[commentId]||특정 댓글 삭제 요청|
|PUT|/article/[id]/like||게시글 좋아요 요청|
\ No newline at end of file
|PUT|/article/[id]/like||게시글 좋아요 요청|
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment