javascript express body has no contents
My problem is that req.body is returning ‘Object’. In the code below I get the TypeError message. The ‘req’ variable seems to contain nothing.
javascript express body has no contents
My problem is that req.body is returning ‘Object’. In the code below I get the TypeError message. The ‘req’ variable seems to contain nothing.