update
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user