From b092abc4f76f966edb23c021fb1af62d168c7147 Mon Sep 17 00:00:00 2001 From: Nastya Date: Fri, 14 Jun 2024 22:39:51 +0300 Subject: [PATCH] get data v1.0.0 --- lib/api/quizRelase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api/quizRelase.ts b/lib/api/quizRelase.ts index c576894..09a1869 100644 --- a/lib/api/quizRelase.ts +++ b/lib/api/quizRelase.ts @@ -78,7 +78,7 @@ export async function getData(quizId: string): Promise<{ error?: AxiosError; }> { try { - const { data, headers } = await axios(domain + `/answer/settings${window.location.search}`, { + const { data, headers } = await axios(domain + `/answer/v1.0.0/settings${window.location.search}`, { method: "POST", headers: { "X-Sessionkey": SESSIONS,