build
This commit is contained in:
parent
d5353fdaf1
commit
00f97266e8
4 changed files with 4 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ const usuarios_quipo = async ({ token_produto, ambiente, tipo, }) => {
|
|||
return p_respostas_1.respostaComuns.erro("token_produto não informado");
|
||||
const headers = {
|
||||
token: token_produto,
|
||||
"Content-Type": "application/json",
|
||||
};
|
||||
return (0, cross_fetch_1.default)(url, {
|
||||
method: "POST",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue