From a3fbfb78ce5d90799b741e857f6c01545f66e8c7 Mon Sep 17 00:00:00 2001 From: Wang Shiji Date: Tue, 13 Aug 2024 21:36:56 +0800 Subject: [PATCH] remove cookie --- service/UserService.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/service/UserService.tsx b/service/UserService.tsx index d3d5e5c..8afd000 100644 --- a/service/UserService.tsx +++ b/service/UserService.tsx @@ -6,6 +6,7 @@ export const UserService = { method: 'POST', headers: { 'Content-Type': 'application/json', + 'Cookie': 'QUESESSION=f1d94def-900a-4643-bce9-df86cc8b1d7c' }, credentials: 'include', body: JSON.stringify(data)