Rutoa
This commit is contained in:
@ -32,6 +32,9 @@ $app->group('/venta/{venta_id:[0-9]+}', function($app) {
|
||||
$app->get('/add[/]', [Ventas\Bonos::class, 'add']);
|
||||
});
|
||||
$app->group('/escritura', function($app) {
|
||||
$app->group('/cuotas', function($app) {
|
||||
$app->get('[/]', Ventas\Abono\Cuotas::class);
|
||||
});
|
||||
$app->get('/add[/]', [Ventas\Escrituras::class, 'add']);
|
||||
});
|
||||
$app->group('/credito', function($app) {
|
||||
|
Reference in New Issue
Block a user