Skip to content

Commit 941620d

Browse files
authored
Merge pull request #49 from boostcampwm-2022/fix/#48-K
Fix/#48-K: axios 요청 객체에 withCredentials 옵션 추가
2 parents 4728e32 + 6196999 commit 941620d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/apis/http.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ const SERVER_PATH = env.SERVER_PATH;
55

66
export const http = axios.create({
77
baseURL: SERVER_PATH,
8+
withCredentials: true,
89
});

0 commit comments

Comments
 (0)