Skip to content

Commit 6196999

Browse files
committed
fix: axios 요청 객체에 withCredentials 옵션 추가
1 parent 4728e32 commit 6196999

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)