I'm sending a message to routes.js, but when I send the post, it doesn't log anything, I tried to log string but it doesn't work either.
const datatosee = {
getaxios: true
}
axios.post('http://localhost:4000/app/web', datatosee)
.then(response => console.log(response.data))
.catch(e => console.error(e))
Thanks for your attention, I appreciate the help.