chore(backend): improvements

This commit is contained in:
ITQ
2025-04-08 00:37:39 +03:00
parent ad0e795250
commit 9c121af053
15 changed files with 174 additions and 47 deletions
+1
View File
@@ -34,6 +34,7 @@ class UserSchema(ModelSchema):
model = User
fields = ["id", "avatar", "email", "username", "created_at"]
class StatSchema(Schema):
total_attempts: int
solved_tasks: int