Skip to content

Commit 03e3028

Browse files
authored
Update axios.ts
1 parent c5518f9 commit 03e3028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/axios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const url = process.env.GATSBY_BACKEND_URL || defaultPath;
66

77
const instance = axios.create({
88
baseURL: url,
9-
withCredentials: true,
9+
withCredentials: false,
1010
});
1111

1212
export default instance;

0 commit comments

Comments
 (0)