New Remote-Control page

This commit is contained in:
Mawoka
2022-12-27 16:48:43 +01:00
parent 47f74cf247
commit a3647f1018
10 changed files with 565 additions and 91 deletions
+6
View File
@@ -240,3 +240,9 @@ class GameSession(BaseModel):
class UpdatePassword(BaseModel):
old_password: str
new_password: str
class GameInLobby(BaseModel):
game_pin: str
quiz_title: str
game_id: uuid.UUID