From 8a9ea5f6932d15f457f4026e9b9266dfbdf4318b Mon Sep 17 00:00:00 2001 From: Victor Sanchez Sosa <41167132+Marcelo3Sanchez@users.noreply.github.com> Date: Fri, 9 Feb 2024 15:03:08 -0500 Subject: [PATCH] Update funtions.js --- funtions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funtions.js b/funtions.js index 656723a..88d785a 100644 --- a/funtions.js +++ b/funtions.js @@ -155,7 +155,7 @@ async function ConsultaClaves(cedula, chang = null){ if(chang != null){ var _ur = 'consulta_predios_detalle/1/'+cedula+'?boot=true'; } - console.log(_url); + console.log(_ur); AxiosPOST(_ur, {}).then(function (result) { console.log(result); if(result['ok']){