From c38ab7fd6d633e9ea65562d6d4edb06688f1b674 Mon Sep 17 00:00:00 2001 From: MingxuanGame Date: Thu, 14 Aug 2025 14:44:51 +0000 Subject: [PATCH] fix(ranking): wrong api endpoint --- app/router/v2/ranking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/router/v2/ranking.py b/app/router/v2/ranking.py index 1e3c914..e0590fe 100644 --- a/app/router/v2/ranking.py +++ b/app/router/v2/ranking.py @@ -16,7 +16,7 @@ from sqlmodel.ext.asyncio.session import AsyncSession @router.get( - "/{ruleset}/{type}", + "/rankings/{ruleset}/{type}", response_model=list[UserStatisticsResp], name="获取排行榜", description="获取在指定模式下的用户排行榜",