refatoração
This commit is contained in:
parent
117bdbef7b
commit
8b8406e245
28 changed files with 300 additions and 51 deletions
|
|
@ -43,3 +43,6 @@ export const validarColuna = {
|
|||
lista_texto: z.array(z.string()).nullable(),
|
||||
lista_numero: z.array(z.number()).nullable(),
|
||||
}
|
||||
|
||||
export const baseUrlPilao = (emDesenvolvimento?: boolean | null | undefined) =>
|
||||
emDesenvolvimento ? "http://127.0.0.1:5080" : "https://carro-de-boi.idz.one"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue