отправка заголовков при всех запросах

This commit is contained in:
Nastya 2024-03-17 21:06:39 +03:00
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,