Skip to content

Commit dc7afcf

Browse files
Remove unneeded action
1 parent ca678dd commit dc7afcf

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
@@ -248,10 +248,4 @@ public function downloadAction(int $submitId): Response
248248

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

0 commit comments

Comments
 (0)