Facturacion, se agrega PropiedadUnidad
This commit is contained in:
@ -4,3 +4,6 @@ use Incoviba\Controller\Ventas\Facturacion;
|
||||
$app->group('/facturacion', function($app) {
|
||||
$app->get('[/]', Facturacion::class);
|
||||
});
|
||||
$app->group('/factura/{venta_id}', function($app) {
|
||||
$app->get('[/]', [Facturacion::class, 'show']);
|
||||
});
|
||||
|
Reference in New Issue
Block a user