This commit is contained in:
wuaho 2021-09-14 17:33:05 +08:00
parent 39989a130f
commit 8bcf652c6a

View File

@ -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:
"""