5 lines
78 B
PHP
5 lines
78 B
PHP
<?php
|
|
use Incoviba\UI\Common\Controller\Base;
|
|
|
|
$app->get('[/]', Base::class);
|