crappy
This commit is contained in:
@@ -39,7 +39,11 @@ async def update_client_details(
|
||||
return ClientUpdateDetailsResponse(ok=True)
|
||||
|
||||
|
||||
@client_router.get('/get-all', operation_id='get_all_clients', response_model=ClientGetAllResponse)
|
||||
@client_router.get(
|
||||
'/get-all',
|
||||
operation_id='get_all_clients',
|
||||
response_model=ClientGetAllResponse
|
||||
)
|
||||
async def get_all_clients(
|
||||
session: Annotated[AsyncSession, Depends(get_session)],
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user