отправка заголовков при всех запросах
This commit is contained in:
parent
954a0fbf0c
commit
620fc9767c
@ -49,6 +49,10 @@ export async function getData(quizId: string): Promise<{
|
||||
headers: {
|
||||
"X-Sessionkey": SESSIONS,
|
||||
"Content-Type": "application/json",
|
||||
"DeviceType" : DeviceType,
|
||||
"Device" : Device,
|
||||
"OS": OSDevice,
|
||||
"Browser" : userAgent
|
||||
},
|
||||
data: {
|
||||
quiz_id: quizId,
|
||||
|
Loading…
Reference in New Issue
Block a user