feat: patch and get statuses endpoints

This commit is contained in:
2025-08-04 18:48:58 +04:00
parent 298e82d3d1
commit be1ea4009d
16 changed files with 146 additions and 15 deletions

View File

@ -1,3 +1,4 @@
from .project import project_router as project_router
from .board import board_router as board_router
from .deal import deal_router as deal_router
from .project import project_router as project_router
from .status import status_router as status_router