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