mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-21 01:55:59 +02:00
Added log pages in cp
This commit is contained in:
parent
07b69a4e2b
commit
3d639c7268
8 changed files with 303 additions and 15 deletions
|
@ -59,6 +59,8 @@ $app->group('', function ($route) {
|
|||
$route->get('/users', UsersController::class .':view')->setName('users');
|
||||
|
||||
$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('/pricing', FinancialsController::class .':pricing')->setName('pricing');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue