PMCORE-3471

This commit is contained in:
Henry Jordan
2021-12-08 21:30:57 +00:00
parent 5c4787ac20
commit 6c7d68913a

View File

@@ -53,6 +53,7 @@ class Api {
headers: {
"Accept": "application/json",
"Content-Type": "application/json",
"Cache-Control": "no-cache, must-revalidate",
"Authorization": `Bearer ` + credentials.accessToken,
"Accept-Language": lang
}
@@ -76,6 +77,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)
@@ -149,6 +152,7 @@ class Api {
headers: {
"Accept": "application/json",
"Content-Type": "application/json",
"Cache-Control": "no-cache, must-revalidate",
"Authorization": `Bearer ` + credentials.accessToken,
"Accept-Language": lang
}
@@ -175,6 +179,7 @@ class Api {
headers: {
"Accept": "application/json",
"Content-Type": "application/json",
"Cache-Control": "no-cache, must-revalidate",
"Authorization": `Bearer ` + credentials.accessToken,
"Accept-Language": lang
}
@@ -205,6 +210,7 @@ class Api {
headers: {
"Accept": "application/json",
"Content-Type": "application/json",
"Cache-Control": "no-cache, must-revalidate",
"Authorization": `Bearer ` + credentials.accessToken,
"Accept-Language": lang
}