Published
- 1 min read
body parser use
The solution for this is noted below
body parser use
Solution
var express = require('express')
var app = express()
var bodyParser = require('body-parser')
app.use(bodyParser.urlencoded({ extended: true }))
Try other methods by searching on the site. That is if this doesn’t work