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