Skip to content

Instantly share code, notes, and snippets.

@shiawuen
Created February 5, 2012 10:41
Show Gist options
  • Save shiawuen/1744676 to your computer and use it in GitHub Desktop.
Save shiawuen/1744676 to your computer and use it in GitHub Desktop.
app.get('/path/to/html.html', function(req, res, next) {
console.log('oh hai!');
// The request will then pass down to the static file middleware
next();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment