iamshaunjp / MERN-Stack-Tutorial

All course files for the MERN Stack Tutorial course on the Net Ninja YouTube channel & the Net Ninja Pro website.
366 stars 234 forks source link

const {title, load, reps} = req.body in Workout route remain null when populated #1

Open the-ameen opened 2 years ago

the-ameen commented 2 years ago

add these to server.js

var bodyParser = require('body-parser') app.use(bodyParser.urlencoded({ extended: true }));