mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-26 04:18:29 +02:00
Added invoices page
This commit is contained in:
parent
ac61a4c3ad
commit
94053d17ca
8 changed files with 181 additions and 130 deletions
|
@ -67,7 +67,7 @@ $app->group('', function ($route) {
|
|||
$route->get('/log', LogsController::class .':log')->setName('log');
|
||||
$route->get('/reports', ReportsController::class .':view')->setName('reports');
|
||||
|
||||
$route->get('/pricing', FinancialsController::class .':pricing')->setName('pricing');
|
||||
$route->get('/invoices', FinancialsController::class .':invoices')->setName('invoices');
|
||||
$route->map(['GET', 'POST'], '/deposit', FinancialsController::class .':deposit')->setName('deposit');
|
||||
$route->get('/transactions', FinancialsController::class .':transactions')->setName('transactions');
|
||||
$route->get('/overview', FinancialsController::class .':overview')->setName('overview');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue