implemeted step 13 by Gemini

- added configuracion .env
- added test script for DAI API client
This commit is contained in:
2026-06-14 13:00:26 +02:00
parent 2b9b62b0aa
commit ec698f3f34
7 changed files with 241 additions and 0 deletions

View File

@ -4,6 +4,9 @@ declare(strict_types=1);
require_once __DIR__ . '/../vendor/autoload.php';
// Load configuration
\App\Utils\Config::load(__DIR__ . '/../.env');
// Set headers
header('Content-Type: application/json; charset=utf-8');