Merge app brach to frontend #1

Merged
IgorVolochay merged 42 commits from app into frontend 2026-08-13 06:14:20 +00:00
Showing only changes of commit c20f423057 - Show all commits
+1 -1
View File
@@ -17,7 +17,7 @@ class User(BaseModel):
registration_date: str
class Card(BaseModel):
card_id: ObjectId = Field(alias="_id")
card_id: ObjectId = Field(alias="_id", default=ObjectId())
choice_A: str
choice_B: str