Merge branch 'develop' into feature/cierres

This commit is contained in:
Juan Pablo Vial
2025-08-27 19:32:06 -04:00
19 changed files with 1049 additions and 21 deletions

View File

@ -2,5 +2,5 @@
use Incoviba\Controller\Ventas\Precios;
$app->group('/precios', function($app) {
$app->get('[/]', Precios::class);
$app->get('[/{project_id}[/]]', Precios::class);
});