let number = [];
axios.put(`https://localhost:44316/api/Questions/?id=` + id + "&number=" + number)
.then(res => {
console.log(res.data);
})
не надо так
Обсуждают сегодня