This commit is contained in:
2024-03-28 08:22:14 +03:00
parent 6ba041a839
commit a72eb31e07
19 changed files with 243 additions and 28 deletions

View File

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