Contratos desde proyectos
This commit is contained in:
@ -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']);
|
||||
});
|
||||
|
Reference in New Issue
Block a user