mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-10-04 17:04:53 +02:00
gestion cuisine, page faq
This commit is contained in:
parent
2bcec59281
commit
cd6c14c378
6 changed files with 98 additions and 4 deletions
|
@ -710,4 +710,10 @@ class PublicController extends AbstractController
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
#[Route('/faq', name: 'faq')]
|
||||
public function faq(): Response
|
||||
{
|
||||
return $this->render('public/faq.html.twig');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue