FIX: varias observaciones
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
use ProVM\KI\Common\Controller\Web\Admin\Productos;
|
||||
|
||||
$app->group('/productos', function($app) {
|
||||
$app->post('/campos', [Productos::class, 'fields']);
|
||||
$app->group('/add', function($app) {
|
||||
$app->get('[/]', [Productos::class, 'add']);
|
||||
$app->post('[/]', [Productos::class, 'do_add']);
|
||||
|
Reference in New Issue
Block a user