delete degugging comments

This commit is contained in:
andrzej 2024-05-29 17:46:53 +02:00
parent 5743a6e779
commit ce215a4efb
1 changed files with 1 additions and 4 deletions

View File

@ -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) => {