JavaScript
0
Вклад в тег
export const getPdfConfig = axios.create({
...httpConfig,
responseType: 'blob',
headers: {
...customHeaders,
'Content-Type': 'application/pdf',
},
}).get;