changed the global timeout limit to 10 seconds

This commit is contained in:
Jack 2021-10-07 20:12:38 +01:00
parent 7bb4d2b894
commit 3bfad6b181

View file

@ -9,6 +9,7 @@ if (window.location.hostname === "localhost") {
const axiosInstance = axios.create({
baseURL: baseURL,
timeout: 1000,
});
// Request interceptor for API calls