From 3b4ce751be3013bf9ec90c978aa517ae45925f98 Mon Sep 17 00:00:00 2001 From: Victor Sanchez Sosa <41167132+Marcelo3Sanchez@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:21:59 -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 b2c9074..b1b70d4 100644 --- a/funtions.js +++ b/funtions.js @@ -156,7 +156,7 @@ async function ConsultaClaves(cedula, chang = null){ var _ur = 'consulta_predios_detalle/1/'+cedula+'?boot=true'; } console.log(_ur); - AxiosGET(_ur, {}).then(function (result) { + AxiosPOST(_ur, {}).then(function (result) { console.log("result premiun"); console.log(result); if(result['ok']){