VORKOUT-7 #9

Merged
ivan.dev merged 12 commits from VORKOUT-7 into master 2025-06-05 16:29:14 +05:00
Showing only changes of commit 96dbc744d7 - Show all commits

View File

@ -34,8 +34,8 @@ api_router = APIRouter(
async def get_all_account(
request: Request,
page: int = 3,
limit: int = 10,
page: int ,
limit: int ,
connection: AsyncConnection = Depends(get_connection_dep)
):