remake send push systems
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user