I would like to know if it is possible after the resolution of the promise of a POST if I can get the result and transform into an array
Ex:
axios.post(http://localhost:5000/api/horario/,{
Nome: nome,
Horario: horario
})
I would like to take this data and turn it into an array, is it possible?