Skip to content

추천 검색어

sovovy edited this page Sep 26, 2019 · 1 revision

추천 검색어

Method URL Description
GET /mountain/recommend 추천 검색어

요청 헤더

Content-Type : application/json

응답 성공

// status : 200
{
    "message": "Success",
    "data": ["북한산", "남산", "북악산"]
}
Clone this wiki locally