feat: get boards endpoint

This commit is contained in:
2025-08-03 13:42:11 +04:00
parent 8ef265cd45
commit ff147f93b1
9 changed files with 105 additions and 5 deletions

View File

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