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)