mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-05 17:18:04 +02:00
Added ability to create more users from CP
This commit is contained in:
parent
3c86dc19ad
commit
63b544c915
8 changed files with 345 additions and 6 deletions
|
@ -99,7 +99,8 @@ $app->group('', function ($route) {
|
|||
$route->get('/leave_impersonation', RegistrarsController::class . ':leave_impersonation')->setName('leave_impersonation');
|
||||
|
||||
$route->get('/users', UsersController::class .':listUsers')->setName('listUsers');
|
||||
|
||||
$route->map(['GET', 'POST'], '/user/create', UsersController::class . ':createUser')->setName('createUser');
|
||||
|
||||
$route->get('/epphistory', LogsController::class .':view')->setName('epphistory');
|
||||
$route->get('/poll', LogsController::class .':poll')->setName('poll');
|
||||
$route->get('/log', LogsController::class .':log')->setName('log');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue