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

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Конспект</title>
<script type="module" crossorigin src="/assets/index-jPnQ2s5e.js"></script>
<script type="module" crossorigin src="/assets/index-CnZdeEjV.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-D8a8nrqF.css">
</head>

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,
});