We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51db540 commit 673eb6dCopy full SHA for 673eb6d
webapp/src/Controller/Team/SubmissionController.php
@@ -250,10 +250,4 @@ public function downloadAction(int $submitId): Response
250
251
return $this->submissionService->getSubmissionZipResponse($submission);
252
}
253
-
254
- #[Route(path: '/submissions/team/{teamId<\d+>}/problem/{problemId<\d+>}', name: 'team_submissions')]
255
- public function listAction(int $probId): Response
256
- {
257
258
- }
259
0 commit comments