Mostrar reservas
This commit is contained in:
@ -30,4 +30,5 @@ $app->group('/proyecto/{proyecto_id}', function($app) {
|
||||
$app->post('/edit[/]', [Proyectos::class, 'terreno']);
|
||||
});
|
||||
$app->get('/brokers', [Proyectos::class, 'brokers']);
|
||||
$app->get('/promotions', [Proyectos::class, 'promotions']);
|
||||
});
|
||||
|
Reference in New Issue
Block a user