update README

This commit is contained in:
Georgiy Syralev
2025-11-26 21:43:57 +03:00
parent c4c2610480
commit 753696cc93
58 changed files with 8674 additions and 3752 deletions

View File

@@ -8,6 +8,7 @@ export const apiClient = axios.create({
headers: {
'Content-Type': 'application/json',
},
timeout: 120000, // 120 seconds timeout
});
// Добавляем токен к каждому запросу