-
Notifications
You must be signed in to change notification settings - Fork 3
명예의 전당
famer9716 edited this page Jul 8, 2020
·
7 revisions
| 메소드 | 경로 | 설명 |
|---|---|---|
| GET | /ranking/winner | 명예의 전당 |
{
"Content-Type" : "application/json",
"token" : "발급받은 token"
}👍 success
{
"status" : 200,
"success" : true,
"message" : "ranking runner success",
"result":
[
{ "id" : 1, "nickname": "유가희", "distance": "15000" },
{ "id" : 2, "nickname": "주서버", "distance": "10000" },
{ "id" : 3, "nickname": "오란지", "distance": "5000" }
]
}