More work on issue 192

This commit is contained in:
Pinga 2024-12-06 15:17:32 +02:00
parent 79eca91eb1
commit ea88b14234
4 changed files with 349 additions and 36 deletions

View file

@ -151,6 +151,8 @@ $app->group('', function ($route) {
$route->get('/dapi/domains', [DapiController::class, 'listDomains']);
$route->get('/dapi/applications', [DapiController::class, 'listApplications']);
$route->get('/dapi/payments', [DapiController::class, 'listPayments']);
$route->get('/dapi/statements', [DapiController::class, 'listStatements']);
})->add(new AuthMiddleware($container));
$app->any('/api[/{params:.*}]', function (