mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-21 01:55:59 +02:00
Added deposit page
This commit is contained in:
parent
fa5600bddd
commit
0439463a30
3 changed files with 115 additions and 34 deletions
|
@ -64,7 +64,7 @@ $app->group('', function ($route) {
|
|||
$route->get('/reports', ReportsController::class .':view')->setName('reports');
|
||||
|
||||
$route->get('/pricing', FinancialsController::class .':pricing')->setName('pricing');
|
||||
$route->get('/deposit', FinancialsController::class .':deposit')->setName('deposit');
|
||||
$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