This commit is contained in:
2025-06-27 02:10:11 +00:00
parent bebfd5046a
commit 8699793fd6
3 changed files with 12 additions and 12 deletions

View File

@@ -5,10 +5,10 @@ const RESOURCES_BASE_URL = "https://resources.med.tomastm.com";
export const apiInstance = axios.create({
baseURL: API_BASE_URL,
timeout: 1000,
timeout: 5000,
});
export const resourcesInstance = axios.create({
baseURL: RESOURCES_BASE_URL,
timeout: 1000,
timeout: 5000,
});