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 356ee4c + 9de29e1 commit 2b8df21Copy full SHA for 2b8df21
resources/js/src/utils/axios.js
@@ -1,4 +1,4 @@
1
import axios from 'axios';
2
3
-axios.defaults.baseURL = `${process.env.APP_URL}/api`;
+axios.defaults.baseURL = `/api`;
4
axios.defaults.withCredentials = true;
0 commit comments