add consultaUsuariosexterno

This commit is contained in:
Luiz H. R. Silva 2024-06-05 19:40:12 -03:00
parent 07a656a2b4
commit 9491278d6c
62 changed files with 489 additions and 200 deletions

View file

@ -0,0 +1,10 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.urlAutenticacao = void 0;
var urlAutenticacao = function (ambiente) {
return "".concat(ambiente == "producao"
? "https://carro-de-boi.idz.one"
: "http://localhost:5030", "/autenticacao");
};
exports.urlAutenticacao = urlAutenticacao;
//# sourceMappingURL=_urlAutenticacao.js.map