.
This commit is contained in:
parent
ed73c910fc
commit
4f8f53908e
6 changed files with 6 additions and 6 deletions
|
|
@ -23,7 +23,7 @@ const validarToken = async ({
|
|||
post: tipoPostValidarTokem,
|
||||
) => Promise<tipoResposta<any>>
|
||||
}): Promise<"valido" | "erro"> => {
|
||||
const url = `${urlAutenticacao(ambiente)}/autenticacao/api/validar_token`
|
||||
const url = `${urlAutenticacao(ambiente)}/api/validar_token`
|
||||
|
||||
try {
|
||||
const resposta = await buscar(url, post)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue