Improve links

This commit is contained in:
2025-06-07 21:26:23 +02:00
parent 6a77df402d
commit ff6534fa81
5 changed files with 5 additions and 6 deletions

View File

@@ -97,7 +97,7 @@ class QuizController extends AbstractController
}
#[Route(
'/backoffice/quiz/{quiz}/modify_correction/{candidate}',
'/backoffice/quiz/{quiz}/candidate/{candidate}/modify_correction',
name: 'app_backoffice_modify_correction',
)]
#[IsGranted(SeasonVoter::EDIT, subject: 'quiz')]