равно призодит в формате text? Вот как задаю базовый урл в axios: const instance = axios.create({
withCredentials: true,
baseURL: 'https://sonet.digitalatom.ru/',
responseType: 'json',
})
application/json
Content-Type': 'application/json' - не работает const instance = axios.create({ headers: { 'Content-Type': 'application/json', }, baseURL: 'https://sonet.digitalatom.ru/', responseType: 'json', })
в digitalatom работаешь?)
Обсуждают сегодня