base commit

This commit is contained in:
@kirill.komarov
2026-05-10 14:28:35 +05:00
parent 1e376caecc
commit 5ddde15fd3
102 changed files with 332 additions and 7657 deletions
+3
View File
@@ -12,6 +12,9 @@ apiClient.interceptors.request.use((config) => {
if (!token) return config
config.headers = config.headers ?? {}
config.headers.Authorization = `Bearer ${token}`
if (config.data instanceof FormData) {
delete config.headers['Content-Type']
}
return config
} catch {
return config