SyntaxFix
Write A Post
Hire A Developer
Questions
You use the following code to log post data:
router.post("/users",function(req,res){ res.send(JSON.stringify(req.body, null, 4)); });