update mapado event working

This commit is contained in:
isUnknown 2024-08-28 08:46:00 +02:00
parent 4cd3bfba57
commit c98d5eb36b
8 changed files with 184 additions and 126 deletions

View file

@ -34,7 +34,8 @@ return [
],
'routes' => [
require_once(__DIR__ . '/routes/mapado-api.php'),
require_once(__DIR__ . '/routes/month-dates.php')
require_once(__DIR__ . '/routes/month-dates.php'),
require_once(__DIR__ . '/routes/update-mapado-event.php'),
],
'hooks' => [
'page.update:after' => require_once(__DIR__ . '/hooks/update-mapado-event.php')