mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-20 17:46:03 +02:00
Creating new support tickets now works
This commit is contained in:
parent
840a04f701
commit
b3e37bb5a5
6 changed files with 252 additions and 51 deletions
|
@ -69,7 +69,7 @@ $app->group('', function ($route) {
|
|||
$route->get('/settings', SystemController::class .':settings')->setName('settings');
|
||||
|
||||
$route->get('/support', SupportController::class .':view')->setName('ticketview');
|
||||
$route->get('/support/new', SupportController::class .':newticket')->setName('newticket');
|
||||
$route->map(['GET', 'POST'], '/support/new', SupportController::class .':newticket')->setName('newticket');
|
||||
$route->get('/support/docs', SupportController::class .':docs')->setName('docs');
|
||||
$route->get('/support/media', SupportController::class .':mediakit')->setName('mediakit');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue