Answers for "Im not getting req.body"

0

Im not getting req.body

You need to use a parser, To parse the data from req
You can use this middleware to do that
app.use(express.json({extended: true})
Posted by: Guest on September-10-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language