From 8bcf652c6a7c5dbfcb48c68aa2982d125d4bbff7 Mon Sep 17 00:00:00 2001 From: wuaho Date: Tue, 14 Sep 2021 17:33:05 +0800 Subject: [PATCH] 1 --- api/api_v1/endpoints/user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/api_v1/endpoints/user.py b/api/api_v1/endpoints/user.py index 72f55f5..f8df01e 100644 --- a/api/api_v1/endpoints/user.py +++ b/api/api_v1/endpoints/user.py @@ -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: """