Skip to content

Instantly share code, notes, and snippets.

@cironunes
Created August 20, 2013 21:54
Show Gist options
  • Save cironunes/6287853 to your computer and use it in GitHub Desktop.
Save cironunes/6287853 to your computer and use it in GitHub Desktop.
simple express GET route
app.get('loggedin', function(req, res) {
//body...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment