Skip to content

Commit

Permalink
remove cookie
Browse files Browse the repository at this point in the history
  • Loading branch information
scglwsj committed Aug 13, 2024
1 parent 94d9ace commit a3fbfb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/UserService.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a3fbfb7

Please sign in to comment.