1
This commit is contained in:
parent
39989a130f
commit
8bcf652c6a
@ -116,7 +116,7 @@ async def edit_profile(request: Request,
|
||||
|
||||
|
||||
@router.get("/all_account")
|
||||
async def all_account(page: int = 1, limit: int = 10, db: AsyncIOMotorDatabase = Depends(get_database),
|
||||
async def all_account(page: int = 1, limit: int = 100, db: AsyncIOMotorDatabase = Depends(get_database),
|
||||
current_user: schemas.User = Depends(deps.get_current_user)
|
||||
) -> Any:
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user