.
This commit is contained in:
parent
2325b4a2a8
commit
ee12b1a483
4 changed files with 4 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ import type { tipo_proxima_avaliacao } from "./tipos_nps"
|
|||
export const abrirNps =
|
||||
(emDesenvolvimento: boolean) =>
|
||||
async (parametros: tipo_proxima_avaliacao["parametros"]) => {
|
||||
debugger
|
||||
const base_site = emDesenvolvimento
|
||||
? "http://localhost:5040/nps"
|
||||
: "https://carro-de-boi.idz.one/nps"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue