mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-14 06:45:12 +02:00
UI improvements
This commit is contained in:
parent
4e3e788952
commit
08d30c57e9
3 changed files with 88 additions and 60 deletions
|
@ -150,6 +150,7 @@ $app->group('', function ($route) {
|
|||
$route->get('/registry/phases/{tld}', SystemController::class . ':viewPhases')->setName('viewPhases');
|
||||
$route->post('/registry/phases', SystemController::class . ':managePhases')->setName('managePhases');
|
||||
$route->get('/registry/idnexport/{script}', SystemController::class .':idnexport')->setName('idnexport');
|
||||
$route->map(['GET', 'POST'], '/registry/dnssec', SystemController::class . ':manageDnssec')->setName('manageDnssec');
|
||||
|
||||
$route->get('/support', SupportController::class .':view')->setName('ticketview');
|
||||
$route->map(['GET', 'POST'], '/support/new', SupportController::class .':newticket')->setName('newticket');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue