v0.8.0-rc
This commit is contained in:
@ -2,5 +2,6 @@
|
||||
use ProVM\NotariaRaby\Common\Controller\Web\Contacto;
|
||||
|
||||
$app->group('/contacto', function($app) {
|
||||
$app->post('[/]', [Contacto::class, 'formulario']);
|
||||
$app->get('[/]', Contacto::class);
|
||||
});
|
||||
|
Reference in New Issue
Block a user