This commit is contained in:
Luiz H. R. Silva 2024-06-22 22:18:53 -03:00
parent 2325b4a2a8
commit ee12b1a483
4 changed files with 4 additions and 1 deletions

View file

@ -74,6 +74,7 @@ var abrirNps = function (emDesenvolvimento) {
return __generator(this, function (_j) {
switch (_j.label) {
case 0:
debugger;
base_site = emDesenvolvimento
? "http://localhost:5040/nps"
: "https://carro-de-boi.idz.one/nps";