FIX: varias observaciones

This commit is contained in:
2020-06-03 23:54:15 -04:00
parent 5864efd24f
commit 4923c6c67d
5 changed files with 73 additions and 341 deletions

View File

@ -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']);