ajuste de metodo
This commit is contained in:
parent
f86cd616bc
commit
059780f4c4
8 changed files with 9 additions and 6 deletions
|
|
@ -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}`))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue