Ruta para Ventas por unidades
This commit is contained in:
@ -21,6 +21,7 @@ $app->group('/ventas', function($app) {
|
|||||||
});
|
});
|
||||||
$app->group('/by', function($app) {
|
$app->group('/by', function($app) {
|
||||||
$app->get('/unidad/{unidad_id}', [Ventas::class, 'unidad']);
|
$app->get('/unidad/{unidad_id}', [Ventas::class, 'unidad']);
|
||||||
|
$app->post('/unidades[/]', [Ventas::class, 'byUnidades']);
|
||||||
});
|
});
|
||||||
$app->post('/get[/]', [Ventas::class, 'getMany']);
|
$app->post('/get[/]', [Ventas::class, 'getMany']);
|
||||||
$app->post('[/]', [Ventas::class, 'proyecto']);
|
$app->post('[/]', [Ventas::class, 'proyecto']);
|
||||||
|
Reference in New Issue
Block a user