Files
oficial/app/resources/routes/99_base.php

6 lines
152 B
PHP
Raw Normal View History

<?php
use Incoviba\Controller\Base;
2023-09-07 23:03:21 -03:00
$app->get('/construccion', [Base::class, 'construccion'])->setName('construccion');
$app->get('[/]', Base::class);