gestion cuisine, page faq

This commit is contained in:
Tykayn 2025-07-07 23:30:09 +02:00 committed by tykayn
parent 2bcec59281
commit cd6c14c378
6 changed files with 98 additions and 4 deletions

View file

@ -710,4 +710,10 @@ class PublicController extends AbstractController
}
}
}
#[Route('/faq', name: 'faq')]
public function faq(): Response
{
return $this->render('public/faq.html.twig');
}
}