Matriz facturacion
This commit is contained in:
@ -3,4 +3,5 @@ use Incoviba\Controller\API\Ventas\Facturacion;
|
||||
|
||||
$app->group('/facturacion', function($app) {
|
||||
$app->get('/proyecto/{proyecto_id}[/]', [Facturacion::class, 'proyecto']);
|
||||
$app->post('/get[/]', [Facturacion::class, 'ventas']);
|
||||
});
|
||||
|
Reference in New Issue
Block a user