Contacto, FAQ, Nosotros
This commit is contained in:
4
resources/routes/web/contacto.php
Normal file
4
resources/routes/web/contacto.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
use ProVM\KI\Common\Controller\Web\Contacto;
|
||||
|
||||
$app->get('/contacto', Contacto::class);
|
Reference in New Issue
Block a user