Skip to content

Commit

Permalink
🐛 #270 correção metodo
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinaldo Araujo Barreto Junior committed Aug 3, 2022
1 parent 49574a7 commit 1dc7ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appexemplo_v2.0/api/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@
//--------------------------------------------------------------------
// VIEW: selMenuQtd
//--------------------------------------------------------------------
$app->group('/selmenuqtd', function() use ($app) {
$urlGrupo = $urlChamada.'selmenuqtd';
$app->group($urlGrupo, function(RouteCollectorProxy $group) use ($app,$urlGrupo) {
$app->get('', SelmenuqtdAPI::class . ':selectAll');
$app->get('/{id:[0-9]+}', SelmenuqtdAPI::class . ':selectById');

});


Expand Down

0 comments on commit 1dc7ea7

Please sign in to comment.