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 22b7672 commit ea44cfbCopy full SHA for ea44cfb
webapp/src/Controller/Jury/AnalysisController.php
@@ -82,7 +82,7 @@ public function indexAction(
82
]);
83
}
84
85
- #[Route(path: '/team/{teamid}', name: 'analysis_team')]
+ #[Route(path: '/team/{team}', name: 'analysis_team')]
86
public function teamAction(Team $team): Response
87
{
88
$contest = $this->dj->getCurrentContest();
0 commit comments