Actualiser src/Controller/PageController.php
This commit is contained in:
@@ -49,7 +49,7 @@ final class PageController extends AbstractController
|
|||||||
return $this->render('page/manual-project.html.twig', []);
|
return $this->render('page/manual-project.html.twig', []);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[Route('/show', name: 'show')]
|
#[Route('/spectacles', name: 'show')]
|
||||||
public function show(): Response
|
public function show(): Response
|
||||||
{
|
{
|
||||||
return $this->render('page/show.html.twig', []);
|
return $this->render('page/show.html.twig', []);
|
||||||
|
|||||||
Reference in New Issue
Block a user