<?php
use Contabilidad\Common\Controller\Home;
$app->get('/info[/]', [Home::class, 'info']);
$app->get('[/]', Home::class);