-
Notifications
You must be signed in to change notification settings - Fork 1
산 조회
sovovy edited this page Sep 26, 2019
·
2 revisions
| Method | URL | Description |
|---|---|---|
| GET | /mountain/:mountain_idx | 산 조회 |
Content-Type : application/json
// status : 200 { "message": "Success", "data": { "mountain_idx" : 1, "mountain_name" : "북한산", "course" : [ { "course_idx" : 1, "course_name" : "산으로 코스", "course_img" : "[url]", "time" : "약 3시간", "degree" : "어려움" }, { "course_idx" : 1, "course_name" : "산으로 코스", "course_img" : "[url]", "time" : "약 2시간", "degree" : "보통" }, { "course_idx" : 1, "course_name" : "산으로 코스", "course_img" : "[url]", "time" : "약 3시간", "degree" : "어려움" }, ] } }