Facturacion, se agrega PropiedadUnidad
This commit is contained in:
@ -3,5 +3,6 @@ use Incoviba\Controller\API\Money;
|
||||
|
||||
$app->group('/money', function($app) {
|
||||
$app->post('/ipc[/]', [Money::class, 'ipc']);
|
||||
$app->post('/uf[/]', [Money::class, 'uf']);
|
||||
$app->post('[/]', [Money::class, 'get']);
|
||||
});
|
||||
|
Reference in New Issue
Block a user