UI
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
use Contabilidad\Common\Controller\Home;
|
||||
|
||||
$app->get('/info[/]', [Home::class, 'info']);
|
||||
$app->get('[/]', Home::class);
|
||||
|
Reference in New Issue
Block a user