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 4728e32 commit 6196999Copy full SHA for 6196999
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