Skip to content
Snippets Groups Projects

Last push

Merged HUOT ANTHONY requested to merge T into main
Compare and
1 file
+ 0
14
Preferences
Compare changes
@@ -93,20 +93,6 @@ class StaticPages extends AbstractController
]);
}
/**
* @Route("/parcour", name="parcour")
*/
public function parcour(): Response
{
$titre = 'Parcour';
return $this->render('parcour.html.twig', [
'titre' => $titre
]);
}
/**
* @Route("/mentions-légales", name="mentions")
*/