Contacto, FAQ, Nosotros

This commit is contained in:
2020-05-19 15:20:42 -04:00
parent c5a45a1ede
commit 3133a7d584
18 changed files with 275 additions and 6 deletions

View File

@ -0,0 +1,4 @@
<?php
use ProVM\KI\Common\Controller\Web\Contacto;
$app->get('/contacto', Contacto::class);