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