We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent accfdce commit ce3f5fbCopy full SHA for ce3f5fb
src/api/axios.ts
@@ -6,7 +6,6 @@ const url = process.env.GATSBY_BACKEND_URL || defaultPath;
6
7
const instance = axios.create({
8
baseURL: url,
9
- withCredentials: true,
10
});
11
12
export default instance;
0 commit comments