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