up route create french
This commit is contained in:
parent
a212aea7b2
commit
e056cfc8fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
public function createFrench(string $key): Response
|
||||||
{
|
{
|
||||||
// Construct the URLs for the English page and the French page creation form
|
// Construct the URLs for the English page and the French page creation form
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue