This commit is contained in:
MarcioJRGodoi 2024-06-10 16:32:38 -03:00
parent a1e543cfb8
commit 1fa9139344
5 changed files with 184 additions and 198 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,
};