Skip to content
Snippets Groups Projects
Commit d4228bf2 authored by Hyun Woo Jeong's avatar Hyun Woo Jeong
Browse files
parents 0b36cffe 304f6e85
Branches
No related tags found
No related merge requests found
...@@ -21,6 +21,8 @@ ...@@ -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>}|게시글 작성 요청| |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||전체 게시글 요청|
|GET|/article/[id]||특정 게시글 요청| |GET|/article/[id]||특정 게시글 요청|
|GET|/article/search/[keyword]||키워드로 게시글 검색 요청|
|GET|/article/sort/[crit]||게시글 정렬 요청|
|POST|/article/[id]/comment|{<br>"content": string<br>}|댓글 작성 요청| |POST|/article/[id]/comment|{<br>"content": string<br>}|댓글 작성 요청|
|DELETE|/article/[articleId]/comment/[commentId]||특정 댓글 삭제 요청| |DELETE|/article/[articleId]/comment/[commentId]||특정 댓글 삭제 요청|
|PUT|/article/[id]/like||게시글 좋아요 요청| |PUT|/article/[id]/like||게시글 좋아요 요청|
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment