Skip to content

Commit

Permalink
add endpoint to upload uuids
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed Dec 2, 2024
1 parent a0759e1 commit dc6a811
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/src/tira_app/endpoints/v1/_anonymous.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ def read_anonymous_submission(request: Request, submission_uuid: str) -> Respons


@check_permissions
@api_view(["POST"])
@check_resources_exist("json")
def claim_submission(request: Request, vm_id: str, submission_uuid: str) -> Response:

Expand Down

0 comments on commit dc6a811

Please sign in to comment.