최은석

Update README.md with todayMenu

Showing 1 changed file with 12 additions and 0 deletions
...@@ -198,3 +198,15 @@ npm start ...@@ -198,3 +198,15 @@ npm start
198 > } 198 > }
199 >``` 199 >```
200 >> 제2기숙사 학식 메뉴 일주일치 가져오기 200 >> 제2기숙사 학식 메뉴 일주일치 가져오기
201 +
202 +-------------
203 +### /api/todayMenu
204 +#### GET호출
205 +> response
206 +> ```
207 +> [
208 +> "도시락: 돈까스마요덮밥,매운콩나물국,카레크로켓,마카로니샐러드,볶음김치"
209 +> "운영없음"
210 +> ]
211 +>```
212 +>> 제2기숙사 학식 오늘의 메뉴 가져오기
......