Skip to content

Commit

Permalink
preflight
Browse files Browse the repository at this point in the history
  • Loading branch information
jaerius committed Jun 7, 2024
1 parent f95c196 commit b763a23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spirograph/src/components/Sketch/Sketch.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ const Sketch = ({
body: formData, // FormData 객체 전송
headers: {
'Accept': 'application/json',
'Content-Type': 'application/x-www-form-urlencoded',
// 추가 헤더가 필요한 경우 여기에 추가
},
credentials: 'include', // 이 설정을 추가하여 쿠키를 포함합니다
Expand Down

0 comments on commit b763a23

Please sign in to comment.