feat: get deals endpoint

This commit is contained in:
2025-08-03 16:53:32 +04:00
parent ff147f93b1
commit 3c8655798f
9 changed files with 100 additions and 4 deletions

View File

@ -20,6 +20,7 @@ app.add_middleware(
routers_list = [
routes.project_router,
routes.board_router,
routes.deal_router,
]
for router in routers_list:
app.include_router(router)