This commit is contained in:
2024-03-19 09:01:46 +03:00
parent aafa1050a7
commit 6ba041a839
23 changed files with 369 additions and 39 deletions

View File

@@ -19,7 +19,8 @@ app.add_middleware(
routers_list = [
routers.auth_router,
routers.deal_router,
routers.client_router
routers.client_router,
routers.service_router
]
for router in routers_list:
app.include_router(router)