Thursday 29 December 2016

How is it possible to req.body from a function outside my post method?

I'm trying to clean up the code in my post method by putting all my req.body's into a function that will return the data I need to store in my mongodb.an example of one of the 6 that i have in my post isvar club = { clubName: req.body.clubName, clubAddress: req.body.clubAddress }

Submitted December 29, 2016 at 04:35PM by SparkDe

No comments:

Post a Comment