mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-19 17:15:55 +02:00
Added ability to export list of domain names, fixed #165
This commit is contained in:
parent
f497f7ada7
commit
7eff3e6c66
3 changed files with 59 additions and 0 deletions
|
@ -103,7 +103,9 @@ $app->group('', function ($route) {
|
|||
$route->get('/epphistory', LogsController::class .':view')->setName('epphistory');
|
||||
$route->get('/poll', LogsController::class .':poll')->setName('poll');
|
||||
$route->get('/log', LogsController::class .':log')->setName('log');
|
||||
|
||||
$route->get('/reports', ReportsController::class .':view')->setName('reports');
|
||||
$route->get('/export', ReportsController::class .':exportDomains')->setName('exportDomains');
|
||||
|
||||
$route->get('/invoices', FinancialsController::class .':invoices')->setName('invoices');
|
||||
$route->get('/invoice/{invoice}', FinancialsController::class . ':viewInvoice')->setName('viewInvoice');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue