Skip to content

Instantly share code, notes, and snippets.

@Enome
Created July 29, 2012 17:38
Show Gist options
  • Save Enome/3200507 to your computer and use it in GitHub Desktop.
Save Enome/3200507 to your computer and use it in GitHub Desktop.
var express = require('express');
var app = express();
app.use(function (err, req, res, next) {
// handle errors
});
module.exports = app;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment