delete degugging comments
This commit is contained in:
parent
5743a6e779
commit
ce215a4efb
|
@ -12,10 +12,7 @@ router.post("/signup",
|
|||
user: req.user
|
||||
})
|
||||
})
|
||||
// router.post("/login", passport.authenticate('local'),
|
||||
// function(req, res) {
|
||||
// res.json({ res })
|
||||
// })
|
||||
|
||||
router.post(
|
||||
'/login',
|
||||
async (req, res, next) => {
|
||||
|
|
Loading…
Reference in New Issue