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

10
schemas/status.py Normal file
View File

@ -0,0 +1,10 @@
from schemas.base import BaseSchema
class BaseStatusSchema(BaseSchema):
name: str
class StatusSchema(BaseStatusSchema):
id: int
lexorank: str