0👍
Your parameter for localhost/part2/ /!\ This one /!\
is a raw object.
I think you have to do: JSON.Stringify(youObject)
before calling the backend, or send it by POST method like: axios.post(url, data)
Source:stackexchange.com
0👍
Your parameter for localhost/part2/ /!\ This one /!\
is a raw object.
I think you have to do: JSON.Stringify(youObject)
before calling the backend, or send it by POST method like: axios.post(url, data)