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 948631f commit abcfb25Copy full SHA for abcfb25
src/services/API.js
@@ -10,6 +10,7 @@ import store from "@/store/index";
10
11
export const apiClient = axios.create({
12
baseURL: process.env.VUE_APP_API_URL + "/api",
13
+ withCredentials: true, // required to handle the CSRF token
14
});
15
16
/*
0 commit comments