Files
ui/resources/routes/01_base.php

5 lines
78 B
PHP
Raw Permalink Normal View History

2021-12-25 23:17:47 -03:00
<?php
use Incoviba\UI\Common\Controller\Base;
$app->get('[/]', Base::class);