add consultaUsuariosexterno
This commit is contained in:
parent
07a656a2b4
commit
9491278d6c
62 changed files with 489 additions and 200 deletions
6
src/autenticacao/_urlAutenticacao.ts
Normal file
6
src/autenticacao/_urlAutenticacao.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export const urlAutenticacao = (ambiente: "desenvolvimento" | "producao") =>
|
||||
`${
|
||||
ambiente == "producao"
|
||||
? "https://carro-de-boi.idz.one"
|
||||
: "http://localhost:5030"
|
||||
}/autenticacao`
|
||||
Loading…
Add table
Add a link
Reference in a new issue