ajuste de metodo

This commit is contained in:
MarcioJRGodoi 2024-06-24 16:40:37 -03:00
parent f86cd616bc
commit 059780f4c4
8 changed files with 9 additions and 6 deletions

View file

@ -61,6 +61,7 @@ var usuarios_quipo_vincular = function (_a) {
return [2 /*return*/, (0, cross_fetch_1.default)(url, {
headers: headers,
body: JSON.stringify(parametros),
method: "POST",
})
.then(function (r) { return String(r); })
.catch(function (e) {