Saturday, 4 August 2018

My Node/Express isn't reading the request body

app.post('/todo', (req, res) => console.log('body:', req.body) ) // body: undefined;My express app isnt getting the body I send it, it prints undefined, and obviously the response body is void when res.send(req.body)

Submitted August 04, 2018 at 10:17PM by errrzarrr

No comments:

Post a Comment