Files
oficial/app/resources/routes/proyectos/brokers.php

7 lines
147 B
PHP
Raw Normal View History

2025-03-06 20:34:43 -03:00
<?php
use Incoviba\Controller\Proyectos\Brokers;
$app->group('/brokers', function($app) {
$app->get('[/]', [Brokers::class, 'projects']);
});