add search page

This commit is contained in:
isUnknown 2024-09-12 14:57:54 +02:00
parent 47b8fe07e1
commit e505bb4289
7 changed files with 85 additions and 2 deletions

View file

@ -38,6 +38,7 @@ return [
require_once(__DIR__ . '/routes/update-mapado-event.php'),
require_once(__DIR__ . '/routes/mapado-fetch.php'),
require_once(__DIR__ . '/routes/brevo-create-contact.php'),
require_once(__DIR__ . '/routes/virtual-search.php')
],
'hooks' => [
'page.update:after' => require_once(__DIR__ . '/hooks/update-mapado-event.php')