заголовки закомментированы
This commit is contained in:
parent
765a340a33
commit
04a1c3849d
@ -27,10 +27,10 @@ export const publicationMakeRequest = ({ url, body }: any) => {
|
|||||||
headers: {
|
headers: {
|
||||||
"X-Sessionkey": SESSIONS,
|
"X-Sessionkey": SESSIONS,
|
||||||
"Content-Type": "multipart/form-data",
|
"Content-Type": "multipart/form-data",
|
||||||
"DeviceType" : DeviceType,
|
// "DeviceType" : DeviceType,
|
||||||
"Device" : Device,
|
// "Device" : Device,
|
||||||
"OS": OSDevice,
|
// "OS": OSDevice,
|
||||||
"Browser" : userAgent
|
// "Browser" : userAgent
|
||||||
},
|
},
|
||||||
method: "POST",
|
method: "POST",
|
||||||
});
|
});
|
||||||
@ -49,10 +49,10 @@ export async function getData(quizId: string): Promise<{
|
|||||||
headers: {
|
headers: {
|
||||||
"X-Sessionkey": SESSIONS,
|
"X-Sessionkey": SESSIONS,
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
"DeviceType" : DeviceType,
|
// "DeviceType" : DeviceType,
|
||||||
"Device" : Device,
|
// "Device" : Device,
|
||||||
"OS": OSDevice,
|
// "OS": OSDevice,
|
||||||
"Browser" : userAgent
|
// "Browser" : userAgent
|
||||||
},
|
},
|
||||||
data: {
|
data: {
|
||||||
quiz_id: quizId,
|
quiz_id: quizId,
|
||||||
|
Loading…
Reference in New Issue
Block a user