This commit is contained in:
Mawoka
2022-05-02 16:18:27 +02:00
parent 4ac93b3624
commit 92b24d5a3e
6 changed files with 66 additions and 41 deletions
+1 -4
View File
@@ -99,10 +99,6 @@ class TokenData(BaseModel):
class PlayGame(BaseModel):
"""
For JWT
"""
quiz_id: uuid.UUID | str
description: str
title: str
@@ -110,6 +106,7 @@ class PlayGame(BaseModel):
game_id: uuid.UUID
game_pin: str
started: bool = False
captcha_enabled: bool = False
class GamePlayer(BaseModel):