mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-24 19:38:26 +02:00
Promotion page is now active
This commit is contained in:
parent
a7bd8fc5fd
commit
d172717f0a
3 changed files with 113 additions and 15 deletions
|
@ -97,7 +97,8 @@ $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->post('/registry/promotions', SystemController::class . ':managePromo')->setName('managePromo');
|
||||
|
||||
$route->get('/support', SupportController::class .':view')->setName('ticketview');
|
||||
$route->map(['GET', 'POST'], '/support/new', SupportController::class .':newticket')->setName('newticket');
|
||||
$route->get('/ticket/{ticket}', SupportController::class . ':viewTicket')->setName('viewTicket');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue