ваше сообщение коммита

This commit is contained in:
2025-07-27 03:30:13 +03:00
parent 057fe6254c
commit 1835632be9
141 changed files with 32514 additions and 6661 deletions

View File

@@ -32,7 +32,7 @@ api.interceptors.request.use(
);
// Добавляем перехватчик ответов для обработки ошибок
axios.interceptors.response.use(
api.interceptors.response.use(
(response) => {
// Проверяем, что ответ действительно JSON
if (response.headers['content-type'] &&