Files
Lars Gebhardt-Kusche 888981c782
Some checks failed
Deploy / deploy-staging (push) Failing after 6s
Deploy / deploy-production (push) Has been skipped
New desktop
2026-06-06 03:20:50 +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'] ?? '');