Skip to content

Instantly share code, notes, and snippets.

@thebopshoobop
Created August 21, 2017 07:52
Show Gist options
  • Save thebopshoobop/086389bc7c1e3459f17b0a14eb260085 to your computer and use it in GitHub Desktop.
Save thebopshoobop/086389bc7c1e3459f17b0a14eb260085 to your computer and use it in GitHub Desktop.
app.get("/", loggedInOnly, (req, res) => {
res.render("index", { username: req.user.username });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment