Reservations with url update

This commit is contained in:
Juan Pablo Vial
2025-09-11 11:31:03 -03:00
parent feb61db660
commit afd05f9765
3 changed files with 34 additions and 3 deletions

View File

@ -3,6 +3,7 @@
use Incoviba\Controller\Ventas\Reservations as Cierres;
$app->group('/cierres', function($app) {
$app->get('/project/{project_id}', Cierres::class);
$app->get('[/]', Cierres::class);
});
$app->group('/cierre/{cierre_id}', function($app) {