API
This commit is contained in:
8
api/resources/routes/01_unidades.php
Normal file
8
api/resources/routes/01_unidades.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
use Incoviba\Common\Controller\Unidades;
|
||||
|
||||
$app->group('/unidad/{id_unidad}', function($app) {
|
||||
$app->group('/facturas', function($app) {
|
||||
$app->get('[/]', [Unidades::class, 'facturas']);
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user