RELEASE 1.0! #5

Merged
IgorVolochay merged 95 commits from prebuild into main 2026-09-09 08:45:32 +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