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

5 lines
68 B
PHP
Raw Normal View History

<?php
use Incoviba\Controller\Base;
$app->get('[/]', Base::class);