funcao para criar vinculo de usuario
This commit is contained in:
parent
78acaa0816
commit
b5360ab1a9
9 changed files with 360 additions and 216 deletions
|
|
@ -21,6 +21,6 @@ export const usuarios_quipo_governo = ({ token_produto, ambiente, }) => __awaite
|
|||
headers,
|
||||
})
|
||||
.then((r) => r.json())
|
||||
.catch((e) => respostaComuns.erro("Erro ao buscar usuários quipo governo", [e.message]))
|
||||
.catch((e) => respostaComuns.erro(`Erro ao buscar usuários quipo governo ${e.message}`))
|
||||
.then((r) => r);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue