update
This commit is contained in:
parent
bebfd5046a
commit
8699793fd6
File diff suppressed because one or more lines are too long
2
reader/dist/index.html
vendored
2
reader/dist/index.html
vendored
@ -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>
|
||||
|
||||
|
||||
@ -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,
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user