Merged in bugfix/PMCORE-3471 (pull request #8319)

PMCORE-3471

Approved-by: Rodrigo Quelca
Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
Henry Jonathan Quispe Quispe
2021-12-21 23:21:39 +00:00
committed by Julio Cesar Laura Avendaño

View File

@@ -55,6 +55,7 @@ class Api {
headers: {
"Accept": "application/json",
"Content-Type": "application/json",
"Cache-Control": "no-cache, must-revalidate",
"Authorization": `Bearer ` + credentials.accessToken,
"Accept-Language": lang
}
@@ -77,6 +78,7 @@ class Api {
headers: {
"Accept": "application/json",
"Content-Type": "application/json",
"Cache-Control": "no-cache, must-revalidate",
"Authorization": `Bearer ` + credentials.accessToken,
"Accept-Language": lang
}
@@ -102,6 +104,7 @@ class Api {
headers: _.extend({
"Accept": "application/json",
"Content-Type": "application/json",
"Cache-Control": "no-cache, must-revalidate",
"Authorization": `Bearer ` + credentials.accessToken,
"Accept-Language": lang
}, headers)
@@ -147,6 +150,7 @@ class Api {
headers: {
"Accept": "application/json",
"Content-Type": "application/json",
"Cache-Control": "no-cache, must-revalidate",
"Authorization": `Bearer ` + credentials.accessToken,
"Accept-Language": lang
}
@@ -172,6 +176,7 @@ class Api {
headers: {
"Accept": "application/json",
"Content-Type": "application/json",
"Cache-Control": "no-cache, must-revalidate",
"Authorization": `Bearer ` + credentials.accessToken,
"Accept-Language": lang
}
@@ -201,6 +206,7 @@ class Api {
headers: {
"Accept": "application/json",
"Content-Type": "application/json",
"Cache-Control": "no-cache, must-revalidate",
"Authorization": `Bearer ` + credentials.accessToken,
"Accept-Language": lang
}