forked from Courageous-Developer/courageous-people-server
-
Notifications
You must be signed in to change notification settings - Fork 0
가게리스트
Bohyeon Kim edited this page Oct 12, 2021
·
2 revisions
메소드 | 경로 | 짧은 설명 |
---|---|---|
GET | board/store | 가게리스트 |
Content-Type: application/json
[
{
"id": 2,
"store_name": "커피빈",
"address": "안암역 2번출구",
"post": "모든 텀블러 가능.",
"biz_num": "1208607029",
"latitude": "37.586845218920730",
"longitude": "127.029455126857390",
"user": 1,
"menu": [],
"store_img": []
},
]