Mongodb – My req.body object is showing as empty when I submit a PUT request. I am using the method override middlware
I am trying to update a form using the put method. I am using method override middleware to make my form use a PUT request instead of a POST. when I console log the req.body to see if any information…