From 1d6e2d68e848d6142205fb8616cd23b38c9bd659 Mon Sep 17 00:00:00 2001 From: Reinaldo Araujo Barreto Junior Date: Wed, 3 Aug 2022 18:42:02 -0300 Subject: [PATCH] :bug: #270 desativando --- appexemplo_v2.0/api/routes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appexemplo_v2.0/api/routes.php b/appexemplo_v2.0/api/routes.php index 412645e7..e900997b 100644 --- a/appexemplo_v2.0/api/routes.php +++ b/appexemplo_v2.0/api/routes.php @@ -116,7 +116,7 @@ }); - +/* //-------------------------------------------------------------------- // VIEW: selFilhosMenuQtd //-------------------------------------------------------------------- @@ -136,7 +136,7 @@ $app->get('', SelmenuqtdAPI::class . ':selectAll'); $app->get('/{id:[0-9]+}', SelmenuqtdAPI::class . ':selectById'); }); - +*/ //-------------------------------------------------------------------- // TABLE: acesso_menu