This commit is contained in:
Luiz H. R. Silva 2024-06-04 21:14:57 -03:00
parent f14be700dd
commit f202500622
5 changed files with 28 additions and 28 deletions

View file

@ -7,7 +7,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
step((generator = generator.apply(thisArg, _arguments || [])).next());
});
};
import { respostaComuns } from "~respostas";
import { respostaComuns } from "p-respostas";
const urlAutenticacao = (ambiente) => `${ambiente == "producao"
? "https://carro-de-boi.idz.one"
: "http://localhost:5030"}/autenticacao`;