Editar Brokers y sus contratos
This commit is contained in:
@ -4,3 +4,6 @@ use Incoviba\Controller\Proyectos\Brokers;
|
||||
$app->group('/brokers', function($app) {
|
||||
$app->get('[/]', Brokers::class);
|
||||
});
|
||||
$app->group('/broker/{broker_rut}', function($app) {
|
||||
$app->get('[/]', [Brokers::class, 'show']);
|
||||
});
|
||||
|
Reference in New Issue
Block a user