We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9fa35 commit 2198afcCopy full SHA for 2198afc
1 file changed
client/src/utils/axiosInstance.js
@@ -3,7 +3,7 @@ import axios from "axios";
3
4
const axiosInstance = axios.create({
5
baseURL: serverUrl,
6
- timeout:3000,
+ //timeout:3000, //remove timeout for deployment
7
headers: {
8
"Content-Type": "application/json",
9
}
@@ -34,4 +34,4 @@ axiosInstance.interceptors.response.use(
34
35
)
36
37
-export default axiosInstance;
+export default axiosInstance;
0 commit comments