app.post("/", function(request, response) { response.send(request.body.something); } )
I make a POST-request to my server and I got:
TypeError: Cannot read property 'something' of undefined
Why?
No comments:
Post a Comment