mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-03 08:11:49 +02:00
Added view ticket
This commit is contained in:
parent
2795e814c2
commit
27f912ed1c
5 changed files with 196 additions and 115 deletions
|
@ -96,6 +96,8 @@ $app->group('', function ($route) {
|
|||
|
||||
$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');
|
||||
$route->post('/support/reply', SupportController::class . ':replyTicket')->setName('replyTicket');
|
||||
$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