Skip to content

Commit

Permalink
Merge pull request #21 from Spaces-Place/feature
Browse files Browse the repository at this point in the history
- withCredentials 제거해봄
  • Loading branch information
ImTaemin authored Dec 2, 2024
2 parents 2bfc646 + 5684c51 commit aa47115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/spaceService.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const spaceApi = axios.create({
headers: {
'accept': 'application/json'
},
withCredentials: false // false로 변경
// withCredentials: false // false로 변경
});

// 요청 인터셉터 수정
Expand Down

0 comments on commit aa47115

Please sign in to comment.