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

@ -24,6 +24,7 @@ export const usuarios_quipo_vincular = ({ token_produto, ambiente, conta, vincul
return node_fetch(url, {
headers,
body: JSON.stringify(parametros),
method: "POST",
})
.then((r) => String(r))
.catch((e) => respostaComuns.erro(`Erro ao criar vinculo de usuario ${e.message}`))