Agregar Bono Pie
This commit is contained in:
6
app/resources/routes/ventas/pies/bonos.php
Normal file
6
app/resources/routes/ventas/pies/bonos.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
use Incoviba\Controller\Ventas\Bonos;
|
||||
|
||||
$app->group('/bono_pie', function($app) {
|
||||
$app->get('/add[/]', [Bonos::class, 'add']);
|
||||
});
|
Reference in New Issue
Block a user