칼리움 요청 날짜처리 변경

랭킹 스케줄 추가
This commit is contained in:
2025-09-15 16:40:04 +09:00
parent 5d2e1918d1
commit 3169055646
18 changed files with 1151 additions and 43 deletions

View File

@@ -0,0 +1,18 @@
{
"baseUrl": "/api/v1/rank/schedule",
"endpoints": {
"RankingScheduleView": {
"method": "GET",
"url": "/list",
"dataPath": "data",
"paramFormat": "query"
},
"RankingScheduleDetailView": {
"method": "GET",
"url": "/detail/:id",
"dataPath": "data.data",
"paramFormat": "query",
"paramMapping": ["id"]
}
}
}