提交题目完成的排名

This commit is contained in:
2025-09-21 19:11:18 +08:00
parent 81663e705b
commit 24f1a0372e
8 changed files with 97 additions and 8 deletions

View File

@@ -15,6 +15,7 @@ from ..views.oj import (
UserProfileAPI,
UserRankAPI,
UserActivityRankAPI,
UserProblemRankAPI,
CheckTFARequiredAPI,
SessionManagementAPI,
ProfileProblemDisplayIDRefreshAPI,
@@ -45,6 +46,7 @@ urlpatterns = [
),
path("user_rank", UserRankAPI.as_view()),
path("user_activity_rank", UserActivityRankAPI.as_view()),
path("user_problem_rank", UserProblemRankAPI.as_view()),
path("sessions", SessionManagementAPI.as_view()),
path(
"open_api_appkey",