PMCORE-3471
This commit is contained in:
@@ -53,6 +53,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
|
||||||
}
|
}
|
||||||
@@ -76,6 +77,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)
|
||||||
@@ -149,6 +152,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
|
||||||
}
|
}
|
||||||
@@ -175,6 +179,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
|
||||||
}
|
}
|
||||||
@@ -205,6 +210,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