Contratos desde proyectos

This commit is contained in:
Juan Pablo Vial
2025-03-03 21:46:53 -03:00
parent aeeca65d94
commit 8ea4995f6b
3 changed files with 38 additions and 0 deletions

View File

@ -27,4 +27,5 @@ $app->group('/proyecto/{proyecto_id}', function($app) {
$app->group('/terreno', function($app) {
$app->post('/edit[/]', [Proyectos::class, 'terreno']);
});
$app->get('/brokers', [Proyectos::class, 'brokers']);
});