This commit is contained in:
Olivier PARPAILLON
2024-11-26 16:30:10 +01:00
parent 346625b223
commit 266a338b24
4 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ class LieuController extends AbstractController
#[Route('/lieu', name: 'app_lieu')]
public function index(): Response
{
return $this->render('lieu/list.html.twig', [
return $this->render('lieu/index.html.twig', [
'controller_name' => 'LieuController',
]);
}