build
This commit is contained in:
parent
a1e543cfb8
commit
1fa9139344
5 changed files with 184 additions and 198 deletions
|
|
@ -24,6 +24,8 @@ export const usuarios_quipo_governo = async ({
|
|||
}): Promise<tipoResposta<tipoUsuarioExterno[]>> => {
|
||||
const url = `${urlAutenticacao(ambiente)}/api/usuarios_quipo_governo`
|
||||
|
||||
if (!token_produto) return respostaComuns.erro("token_produto não informado")
|
||||
|
||||
const headers = {
|
||||
token: token_produto,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue