최은석

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 ...@@ -130,6 +130,24 @@ npm start
130 > ``` 130 > ```
131 >> 오늘 게시물 작성 131 >> 오늘 게시물 작성
132 132
133 +-------------
134 +### /api/edit/:id
135 +#### POST호출
136 +> request(body)
137 +> ```
138 +> {
139 +> "title":"제목",
140 +> "content":"게시물 내용"
141 +> }
142 +> ```
143 +>> 오늘 게시물 수정
144 +
145 +-------------
146 +### /api/delete/:id
147 +#### POST호출
148 +>> 오늘 게시물 삭제
149 +
150 +
133 ## 대기시간 151 ## 대기시간
134 ### /api/waiting 152 ### /api/waiting
135 #### GET호출 153 #### GET호출
......