fix: Fix shit Andrey code
Some checks failed
release-tag / release-image (push) Failing after 1m53s

This commit is contained in:
2025-05-25 19:43:38 +03:00
parent 28826123ec
commit 16640cb116
9 changed files with 1388 additions and 1117 deletions

View File

@ -19,8 +19,6 @@ axiosInstance.interceptors.request.use((config) => {
config.headers["X-Language"] = config.headers["Accept-Language"];
console.log("Request headers:", config.headers);
return config;
});