Broker Contact
This commit is contained in:
@ -2,5 +2,5 @@
|
||||
use Incoviba\Controller\Proyectos\Brokers;
|
||||
|
||||
$app->group('/brokers', function($app) {
|
||||
$app->get('[/]', [Brokers::class, 'projects']);
|
||||
$app->get('[/]', Brokers::class);
|
||||
});
|
||||
|
Reference in New Issue
Block a user