mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-05 01:01:30 +02:00
Further work on issue 192
This commit is contained in:
parent
561f8f514e
commit
79eca91eb1
5 changed files with 337 additions and 69 deletions
|
@ -150,6 +150,7 @@ $app->group('', function ($route) {
|
|||
$route->post('/change-password', PasswordController::class . ':changePassword')->setName('change.password');
|
||||
|
||||
$route->get('/dapi/domains', [DapiController::class, 'listDomains']);
|
||||
$route->get('/dapi/applications', [DapiController::class, 'listApplications']);
|
||||
})->add(new AuthMiddleware($container));
|
||||
|
||||
$app->any('/api[/{params:.*}]', function (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue