v0.3.0
This commit is contained in:
6
resources/routes/web/contacto.php
Normal file
6
resources/routes/web/contacto.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
use ProVM\NotariaRaby\Common\Controller\Web\Contacto;
|
||||
|
||||
$app->group('/contacto', function($app) {
|
||||
$app->get('[/]', Contacto::class);
|
||||
});
|
Reference in New Issue
Block a user