2024-12-19

This commit is contained in:
hayano
2024-12-19 03:58:48 +00:00
parent a0f2b01f29
commit 82fa3c2249
6 changed files with 282 additions and 7 deletions

View File

@ -3761,4 +3761,4 @@ def all_ranking_top3(request, event_code):
return Response(
{"error": str(e)},
status=status.HTTP_500_INTERNAL_SERVER_ERROR
)
)