Remove xspchost headers
This commit is contained in:
parent
07bc329aaf
commit
854bcd2af0
1 changed files with 0 additions and 2 deletions
|
@ -136,7 +136,6 @@ export const updateGame = async (id, data) => {
|
||||||
headers: {
|
headers: {
|
||||||
Accept: "application/json",
|
Accept: "application/json",
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
"X-SPC-HOST": `${window.location.origin}/exec`,
|
|
||||||
},
|
},
|
||||||
body: JSON.stringify(data),
|
body: JSON.stringify(data),
|
||||||
credentials: "include",
|
credentials: "include",
|
||||||
|
@ -161,7 +160,6 @@ export const sendAuthToken = async (email) => {
|
||||||
headers: {
|
headers: {
|
||||||
Accept: "application/json",
|
Accept: "application/json",
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
"X-Auth-HOST": `${window.location.origin}`,
|
|
||||||
},
|
},
|
||||||
body: JSON.stringify({ userEmail: email }),
|
body: JSON.stringify({ userEmail: email }),
|
||||||
credentials: "include",
|
credentials: "include",
|
||||||
|
|
Loading…
Reference in a new issue