Admin producto y mirar mapa
This commit is contained in:
@ -6,6 +6,7 @@ $app->group('/productos', function($app) {
|
||||
$app->get('[/]', [Productos::class, 'add']);
|
||||
$app->post('[/]', [Productos::class, 'do_add']);
|
||||
});
|
||||
$app->post('/delete', [Productos::class, 'delete']);
|
||||
$app->get('[/]', Productos::class);
|
||||
});
|
||||
$app->group('/producto/{producto}', function($app) {
|
||||
|
Reference in New Issue
Block a user