add endpoint to get competition result

This commit is contained in:
Timur
2025-03-03 17:47:27 +03:00
parent 368b8dd528
commit 4144910153
2 changed files with 35 additions and 1 deletions
+5
View File
@@ -62,3 +62,8 @@ class TaskAttachmentSchema(ModelSchema):
"file",
"public",
)
class TaskStatusSchema(Schema):
task_name: str
result: int