Promociones
This commit is contained in:
@ -4,3 +4,6 @@ use Incoviba\Controller\Ventas\Promotions;
|
||||
$app->group('/promotions', function($app) {
|
||||
$app->get('[/]', Promotions::class);
|
||||
});
|
||||
$app->group('/promotion/{promotion_id}', function($app) {
|
||||
$app->get('[/]', [Promotions::class, 'show']);
|
||||
});
|
||||
|
Reference in New Issue
Block a user