Skip to content

Commit

Permalink
Extremely minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Bravewave committed Nov 17, 2024
1 parent ac319b5 commit 048610f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions backend/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ app.use(async (req, res, next) => {
next(); // Proceed to the next handler
});

// app.use(express.static(path.join(__dirname, "public")));

// req.isAuthenticated is provided from the auth router
app.get('/', (req, res) => {
console.log(req.oidc.isAuthenticated())
Expand Down
2 changes: 0 additions & 2 deletions backend/routes/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,5 @@ router.delete('/', async (req, res) => {
}
});



module.exports = router;

0 comments on commit 048610f

Please sign in to comment.