feat: add /comment rout

This commit is contained in:
IgorVolochay
2025-03-06 16:28:09 +03:00
parent d05e62a032
commit f092e189c2
4 changed files with 60 additions and 4 deletions
+7 -1
View File
@@ -29,4 +29,10 @@ class SelectChoice(BaseModel):
class ReactionCard(BaseModel):
user_id: NonNegativeInt
card_id: NonNegativeInt
card_id: NonNegativeInt
class AddCommentBody(BaseModel):
author_id: NonNegativeInt
card_id: NonNegativeInt
comment_text: str