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

리드미 수정(delete) 추가

parent d4228bf2
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
|Method|Path|Message Format(JSON)|설명| |Method|Path|Message Format(JSON)|설명|
|---|---|---|---| |---|---|---|---|
|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>}|게시글 작성 요청|
|DELETE|/article/[id]||특정 게시글 삭제 요청|
|GET|/article||전체 게시글 요청| |GET|/article||전체 게시글 요청|
|GET|/article/[id]||특정 게시글 요청| |GET|/article/[id]||특정 게시글 요청|
|GET|/article/search/[keyword]||키워드로 게시글 검색 요청| |GET|/article/search/[keyword]||키워드로 게시글 검색 요청|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment