debug mapado check button

This commit is contained in:
isUnknown 2024-09-04 14:05:22 +02:00
parent 646c5ab65f
commit 99395b994f
5 changed files with 37 additions and 133 deletions

View file

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