JD
Size: a a a
JD
RH
BS
RH
BS
YZ
YZ
JD
RH
RH
YZ
BS
JD
BS
try {
const data = await axios.get(url, {
headers: {
"Content-Type": "application/json",
}
})
res.status(200).send(data.pipe(req))
} catch (e) {
res.status(404).send({message: e})
}
YZ
try {
const data = await axios.get(url, {
headers: {
"Content-Type": "application/json",
}
})
res.status(200).send(data.pipe(req))
} catch (e) {
res.status(404).send({message: e})
}
s
.flat полифил надоBS

YZ
JD
try {
const data = await axios.get(url, {
headers: {
"Content-Type": "application/json",
}
})
res.status(200).send(data.pipe(req))
} catch (e) {
res.status(404).send({message: e})
}