Skip to content

Commit

Permalink
Json response changes to the files index.js and feed.js along with ch…
Browse files Browse the repository at this point in the history
…anges to bypass authentication Fixes #130
  • Loading branch information
TJSidhu1 committed Apr 20, 2023
1 parent 5e84775 commit 1d21a64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ router.get('/home', ensureAuthenticated, function(req, res) {
res.json({ name: req.user, allItems });
} else {
res.json({ name: req.user });

}
}
}
Expand Down

0 comments on commit 1d21a64

Please sign in to comment.