mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-21 01:55:59 +02:00
UI improvements on system settings
This commit is contained in:
parent
c3427aaa9c
commit
f2edce8f8b
5 changed files with 219 additions and 442 deletions
|
@ -69,7 +69,7 @@ $app->group('', function ($route) {
|
|||
$route->get('/transactions', FinancialsController::class .':transactions')->setName('transactions');
|
||||
$route->get('/overview', FinancialsController::class .':overview')->setName('overview');
|
||||
|
||||
$route->get('/settings', SystemController::class .':settings')->setName('settings');
|
||||
$route->get('/registry', SystemController::class .':registry')->setName('registry');
|
||||
|
||||
$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