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

@@ -17,7 +17,7 @@ use Symfony\Component\Routing\Attribute\Route;
final class PrepareEliminationController extends AbstractController
{
#[Route(
'/backoffice/elimination/{seasonCode}/{quiz}/prepare',
'/backoffice/season/{seasonCode}/quiz/{quiz}/elimination/prepare',
name: 'app_prepare_elimination',
requirements: ['seasonCode' => self::SEASON_CODE_REGEX],
)]