mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-05 17:18:04 +02:00
Support system improvement
- Made it more beautiful - Added ability to close/reopen and escalate tickets - Fixed some security issues
This commit is contained in:
parent
ee48a0e67d
commit
9b19930892
4 changed files with 188 additions and 28 deletions
|
@ -121,6 +121,7 @@ $app->group('', function ($route) {
|
|||
$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->post('/support/status', SupportController::class . ':statusTicket')->setName('statusTicket');
|
||||
$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