From e0b2c756215e4dcf15a285606d2970076a24fbec Mon Sep 17 00:00:00 2001 From: Vinayak Agrawal Date: Wed, 18 Jun 2025 18:09:02 +0530 Subject: [PATCH] Update index.js --- app/routes/index.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/routes/index.js b/app/routes/index.js index a9e55426bf..08829eceee 100644 --- a/app/routes/index.js +++ b/app/routes/index.js @@ -72,11 +72,7 @@ const index = (app, db) => { return res.redirect(req.query.url); }); - // Research Page - app.get("/research", isLoggedIn, researchHandler.displayResearch); - - // Mount tutorial router - app.use("/tutorial", tutorialRouter); + // Error handling middleware app.use(ErrorHandler);