mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-04 16:51:29 +02:00
More work on issue 192
This commit is contained in:
parent
79eca91eb1
commit
ea88b14234
4 changed files with 349 additions and 36 deletions
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue