feat: add query params
This commit is contained in:
parent
e47e449a36
commit
96dbc744d7
@ -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)
|
||||
):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user