diff --git a/src/utils/spaceService.js b/src/utils/spaceService.js index cea489b..60f80dc 100644 --- a/src/utils/spaceService.js +++ b/src/utils/spaceService.js @@ -10,7 +10,7 @@ export const spaceApi = axios.create({ headers: { 'accept': 'application/json' }, - withCredentials: false // false로 변경 + // withCredentials: false // false로 변경 }); // 요청 인터셉터 수정