feat: a lot of a lot

This commit is contained in:
2024-09-01 01:05:11 +03:00
parent 867dfbe597
commit 4ae03284a3
43 changed files with 700 additions and 13 deletions

View File

@@ -16,6 +16,8 @@ client_router = APIRouter(
)
@client_router.get('/search', operation_id='search_clients')
async def search_clients(
name: str,
@@ -52,7 +54,7 @@ async def get_all_clients(
@client_router.post(
'/create',
operation_id='create_client',
operation_id='create_client_api',
response_model=ClientCreateResponse
)
async def create_client(