Prebuild release 1.0 #2

Merged
IgorVolochay merged 48 commits from frontend into prebuild 2026-08-13 09:04:08 +00:00
Showing only changes of commit c20f423057 - Show all commits
+1 -1
View File
1
@@ -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