Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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})
 
PREVIOUS NEXT
Tagged: #Im
ADD COMMENT
Topic
Name
2+2 =