This commit is contained in:
Luiz H. R. Silva 2024-06-14 12:31:56 -03:00
commit f5696f3bfa
5 changed files with 159 additions and 50 deletions

View file

@ -45,6 +45,8 @@ var usuarios_quipo_governo = function (_a) {
var url, headers;
return __generator(this, function (_b) {
url = "".concat((0, _urlAutenticacao_1.urlAutenticacao)(ambiente), "/api/usuarios_quipo_governo");
if (!token_produto)
return [2 /*return*/, p_respostas_1.respostaComuns.erro("token_produto não informado")];
headers = {
token: token_produto,
};