up route create french

This commit is contained in:
Tykayn 2025-09-05 10:16:40 +02:00 committed by tykayn
parent a212aea7b2
commit e056cfc8fa

View file

@ -767,7 +767,7 @@ class WikiController extends AbstractController
]);
}
#[Route('/wiki/create-french/{key}', name: 'app_admin_wiki_create_french')]
#[Route('/wiki/create-french/{key}', name: 'app_admin_wiki_create_french', requirements: ['key' => '.+'])]
public function createFrench(string $key): Response
{
// Construct the URLs for the English page and the French page creation form