#33 Removed useless things

This commit is contained in:
Dominic Villemure
2024-04-24 22:44:49 -04:00
parent c257c542e7
commit 62e561db7f
3 changed files with 2 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ export default function(app) {
// depending on the environment, the correct file will be used
const api = axios.create({
baseURL: import.meta.env.VITE_API_URL,
timeout: 2000,
timeout: 10000,
});
const requestInterceptor = (config) => {