mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-20 17:46:03 +02:00
Added server health page in CP
This commit is contained in:
parent
d04d940a14
commit
0d8eda7ea8
7 changed files with 306 additions and 2 deletions
|
@ -108,6 +108,8 @@ $app->group('', function ($route) {
|
|||
|
||||
$route->get('/reports', ReportsController::class .':view')->setName('reports');
|
||||
$route->get('/export', ReportsController::class .':exportDomains')->setName('exportDomains');
|
||||
$route->get('/server', ReportsController::class .':serverHealth')->setName('serverHealth');
|
||||
$route->post('/clear-cache', ReportsController::class .':clearCache')->setName('clearCache');
|
||||
|
||||
$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