mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-21 18:16:03 +02:00
Added registrar create form
This commit is contained in:
parent
e08ebcdbce
commit
d0f1a92a6d
7 changed files with 577 additions and 8 deletions
|
@ -55,6 +55,7 @@ $app->group('', function ($route) {
|
|||
$route->get('/host/{domain}', HostsController::class . ':viewHost')->setName('viewHost');
|
||||
|
||||
$route->get('/registrars', RegistrarsController::class .':view')->setName('registrars');
|
||||
$route->map(['GET', 'POST'], '/registrar/create', RegistrarsController::class . ':create')->setName('registrarcreate');
|
||||
|
||||
$route->get('/users', UsersController::class .':view')->setName('users');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue