Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions app/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down