Skip to content

Commit 673eb6d

Browse files
Remove unneeded action
1 parent 51db540 commit 673eb6d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

webapp/src/Controller/Team/SubmissionController.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -250,10 +250,4 @@ public function downloadAction(int $submitId): Response
250250

251251
return $this->submissionService->getSubmissionZipResponse($submission);
252252
}
253-
254-
#[Route(path: '/submissions/team/{teamId<\d+>}/problem/{problemId<\d+>}', name: 'team_submissions')]
255-
public function listAction(int $probId): Response
256-
{
257-
258-
}
259253
}

0 commit comments

Comments
 (0)