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:
committed by
Julio Cesar Laura Avendaño
commit
b154ade45b
@@ -55,6 +55,7 @@ class Api {
|
|||||||
headers: {
|
headers: {
|
||||||
"Accept": "application/json",
|
"Accept": "application/json",
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
|
"Cache-Control": "no-cache, must-revalidate",
|
||||||
"Authorization": `Bearer ` + credentials.accessToken,
|
"Authorization": `Bearer ` + credentials.accessToken,
|
||||||
"Accept-Language": lang
|
"Accept-Language": lang
|
||||||
}
|
}
|
||||||
@@ -77,6 +78,7 @@ class Api {
|
|||||||
headers: {
|
headers: {
|
||||||
"Accept": "application/json",
|
"Accept": "application/json",
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
|
"Cache-Control": "no-cache, must-revalidate",
|
||||||
"Authorization": `Bearer ` + credentials.accessToken,
|
"Authorization": `Bearer ` + credentials.accessToken,
|
||||||
"Accept-Language": lang
|
"Accept-Language": lang
|
||||||
}
|
}
|
||||||
@@ -102,6 +104,7 @@ class Api {
|
|||||||
headers: _.extend({
|
headers: _.extend({
|
||||||
"Accept": "application/json",
|
"Accept": "application/json",
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
|
"Cache-Control": "no-cache, must-revalidate",
|
||||||
"Authorization": `Bearer ` + credentials.accessToken,
|
"Authorization": `Bearer ` + credentials.accessToken,
|
||||||
"Accept-Language": lang
|
"Accept-Language": lang
|
||||||
}, headers)
|
}, headers)
|
||||||
@@ -147,6 +150,7 @@ class Api {
|
|||||||
headers: {
|
headers: {
|
||||||
"Accept": "application/json",
|
"Accept": "application/json",
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
|
"Cache-Control": "no-cache, must-revalidate",
|
||||||
"Authorization": `Bearer ` + credentials.accessToken,
|
"Authorization": `Bearer ` + credentials.accessToken,
|
||||||
"Accept-Language": lang
|
"Accept-Language": lang
|
||||||
}
|
}
|
||||||
@@ -172,6 +176,7 @@ class Api {
|
|||||||
headers: {
|
headers: {
|
||||||
"Accept": "application/json",
|
"Accept": "application/json",
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
|
"Cache-Control": "no-cache, must-revalidate",
|
||||||
"Authorization": `Bearer ` + credentials.accessToken,
|
"Authorization": `Bearer ` + credentials.accessToken,
|
||||||
"Accept-Language": lang
|
"Accept-Language": lang
|
||||||
}
|
}
|
||||||
@@ -201,6 +206,7 @@ class Api {
|
|||||||
headers: {
|
headers: {
|
||||||
"Accept": "application/json",
|
"Accept": "application/json",
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
|
"Cache-Control": "no-cache, must-revalidate",
|
||||||
"Authorization": `Bearer ` + credentials.accessToken,
|
"Authorization": `Bearer ` + credentials.accessToken,
|
||||||
"Accept-Language": lang
|
"Accept-Language": lang
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user