changed the timeout to actually be 10 seconds not 1...

This commit is contained in:
Miodec 2021-10-08 10:04:26 +01:00
parent 3bfad6b181
commit 9e6e49ad21

View file

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