Files
nexus/modules/fx-rates/api/index.php
Lars Gebhardt-Kusche 1dd74d4674
All checks were successful
Deploy / deploy-staging (push) Successful in 7s
Deploy / deploy-production (push) Has been skipped
FX Modul
2026-04-29 00:46:40 +02:00

8 lines
201 B
PHP

<?php
declare(strict_types=1);
require_once dirname(__DIR__) . '/bootstrap.php';
$service = module_fn('fx-rates', 'service');
(new Modules\FxRates\Api\Router($service))->handle($_GET['path'] ?? '');