최은석

Update README.md with edit post and delete post

Showing 1 changed file with 18 additions and 0 deletions
......@@ -130,6 +130,24 @@ npm start
> ```
>> 오늘 게시물 작성
-------------
### /api/edit/:id
#### POST호출
> request(body)
> ```
> {
> "title":"제목",
> "content":"게시물 내용"
> }
> ```
>> 오늘 게시물 수정
-------------
### /api/delete/:id
#### POST호출
>> 오늘 게시물 삭제
## 대기시간
### /api/waiting
#### GET호출
......