mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 00:27:11 +00:00
add endpoint to get competition result
This commit is contained in:
@@ -62,3 +62,8 @@ class TaskAttachmentSchema(ModelSchema):
|
||||
"file",
|
||||
"public",
|
||||
)
|
||||
|
||||
|
||||
class TaskStatusSchema(Schema):
|
||||
task_name: str
|
||||
result: int
|
||||
|
||||
Reference in New Issue
Block a user