We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f69b703 commit 186cffeCopy full SHA for 186cffe
src/main.ts
@@ -27,7 +27,7 @@ axios.defaults.withXSRFToken = true;
27
axios.defaults.withCredentials = true;
28
// Set accept header
29
axios.defaults.headers.common["X-Requested-With"] = "XMLHttpRequest";
30
-// axios.defaults.baseURL = import.meta.env.VITE_API_URL;
+axios.defaults.baseURL = import.meta.env.VITE_API_URL;
31
32
axios.interceptors.response.use(
33
(response) => response,
0 commit comments