Files
raby/resources/routes/web/admin/notificacion.php
2020-03-27 03:00:59 -03:00

7 lines
176 B
PHP

<?php
use ProVM\NotariaRaby\Common\Controller\Web\Admin\Notificacion;
$app->group('/notificacion', function($app) {
$app->post('[/]', [Notificacion::class, 'do_edit']);
});