5 lines
79 B
PHP
5 lines
79 B
PHP
|
<?php
|
||
|
use Contabilidad\Common\Controller\Home;
|
||
|
|
||
|
$app->get('[/]', Home::class);
|