remake send push systems

This commit is contained in:
2026-01-04 04:16:54 +07:00
parent 9014d5d79d
commit 81d992abe6
2 changed files with 532 additions and 105 deletions

View File

@@ -210,7 +210,7 @@ async def list_marathons(
current_user: CurrentUser,
db: DbSession,
skip: int = Query(0, ge=0),
limit: int = Query(50, ge=1, le=100),
limit: int = Query(50, ge=1, le=200),
search: str | None = None,
):
"""List all marathons. Admin only."""