Files
This commit is contained in:
4
resources/routes/01_base.php
Normal file
4
resources/routes/01_base.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
use Incoviba\UI\Common\Controller\Base;
|
||||
|
||||
$app->get('[/]', Base::class);
|
Reference in New Issue
Block a user