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