skip to Main Content

MONGODB findOne() needs a variable

My function is set to find email brought from /login POST method, but I am failing to declare the variable properly, what is the variable to be inserted into the findOne form on app.get('/data')? I have: app.post('/login', function (req, res)…

VIEW QUESTION
Back To Top
Search