mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-05 10:33:24 +02:00
Allocation tokens can be viewed in the panel now
This commit is contained in:
parent
420bd952f8
commit
e0f77397d8
6 changed files with 115 additions and 14 deletions
|
@ -120,6 +120,7 @@ $app->group('', function ($route) {
|
|||
$route->map(['GET', 'POST'], '/registry/tld/{tld}', SystemController::class . ':manageTld')->setName('manageTld');
|
||||
$route->get('/registry/tlds', SystemController::class .':listTlds')->setName('listTlds');
|
||||
$route->map(['GET', 'POST'], '/registry/reserved', SystemController::class .':manageReserved')->setName('manageReserved');
|
||||
$route->map(['GET', 'POST'], '/registry/tokens', SystemController::class .':manageTokens')->setName('manageTokens');
|
||||
$route->post('/registry/promotions', SystemController::class . ':managePromo')->setName('managePromo');
|
||||
$route->post('/registry/phases', SystemController::class . ':managePhases')->setName('managePhases');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue