calendar strip - move api call to proxy route

This commit is contained in:
isUnknown 2024-07-26 08:46:47 +02:00
parent fde6a9cc83
commit 5773c1ef49
5 changed files with 116 additions and 20 deletions

8
site/config/config.php Normal file
View file

@ -0,0 +1,8 @@
<?php
return [
'debug' => true,
'routes' => [
require_once(__DIR__ . '/routes/mapado.php')
]
];