Merge branch 'master' of github.com:whitef0x0/medforms

This commit is contained in:
David Baldwynn 2015-07-13 15:16:37 -07:00
commit 1a843f3aec

View File

@ -79,7 +79,7 @@ module.exports = function(db) {
// Should come before any other error middleware
app.use(raven.middleware.express.errorHandler(config.DSN));
app.use(onError); // optional error handler if you want to display the error id to a user
// app.use(onError); // optional error handler if you want to display the error id to a user
// Set swig as the template engine
app.engine('server.view.html', consolidate[config.templateEngine]);