.
This commit is contained in:
parent
4eb940ef05
commit
61c9609581
5 changed files with 8 additions and 14 deletions
|
|
@ -3,7 +3,7 @@ import type { tipoResposta } from "p-respostas"
|
|||
import { respostaComuns } from "p-respostas"
|
||||
import { z } from "zod"
|
||||
import {
|
||||
PREFIXO,
|
||||
PREFIXO_PILAO,
|
||||
baseUrlPilao,
|
||||
z_tipo_coluna_base_dados,
|
||||
type zp_produto_conta,
|
||||
|
|
@ -42,7 +42,7 @@ export const enviar_registros =
|
|||
const url = new URL(
|
||||
`${baseUrlPilao(
|
||||
emDesenvolvimento,
|
||||
)}${PREFIXO}/${Object.keys({ enviar_registros })[0]}/${produto}/${conta}`,
|
||||
)}${PREFIXO_PILAO}/${Object.keys({ enviar_registros })[0]}/${produto}/${conta}`,
|
||||
)
|
||||
|
||||
const tamanhoBlocos = 1000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue