From ce215a4efb9fdf20dab83656911558f3f800c5a5 Mon Sep 17 00:00:00 2001 From: andrzej Date: Wed, 29 May 2024 17:46:53 +0200 Subject: [PATCH] delete degugging comments --- routes/routes.mts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/routes/routes.mts b/routes/routes.mts index 7a5e88e..6f15649 100644 --- a/routes/routes.mts +++ b/routes/routes.mts @@ -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) => {