redesign calendar api

This commit is contained in:
isUnknown 2024-09-11 15:17:44 +02:00
parent 4b6b61f762
commit 78d542cbac
3 changed files with 134 additions and 5 deletions

View file

@ -34,7 +34,7 @@ return [
],
'routes' => [
require_once(__DIR__ . '/routes/mapado-api.php'),
require_once(__DIR__ . '/routes/month-dates.php'),
require_once(__DIR__ . '/routes/get-current-season-calendar.php'),
require_once(__DIR__ . '/routes/update-mapado-event.php'),
require_once(__DIR__ . '/routes/mapado-fetch.php'),
require_once(__DIR__ . '/routes/brevo-create-contact.php'),