Upload files

This commit is contained in:
2021-12-20 22:51:15 -03:00
parent 64ffb53f0c
commit 894cc26b21
8 changed files with 161 additions and 9 deletions

View File

@ -0,0 +1,4 @@
<?php
use Contabilidad\Common\Controller\Importar;
$app->get('/importar[/]', Importar::class);