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

@ -1 +1,2 @@
from .project import project_router as project_router
from .board import board_router as board_router