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.
2 parents 4728e32 + 6196999 commit 941620dCopy full SHA for 941620d
client/src/apis/http.ts
@@ -5,4 +5,5 @@ const SERVER_PATH = env.SERVER_PATH;
5
6
export const http = axios.create({
7
baseURL: SERVER_PATH,
8
+ withCredentials: true,
9
});
0 commit comments