Files
oficial/app/resources/routes/99_base.php
2023-11-25 00:55:31 -03:00

6 lines
227 B
PHP

<?php
use Incoviba\Controller\Base;
$app->get('/construccion', [Base::class, 'construccion'])->setName('construccion');
$app->get('[/]', Base::class)->add($app->getContainer()->get(Incoviba\Middleware\Authentication::class));