Fix heroku deploy

This commit is contained in:
Michelle Bu 2014-11-01 14:39:25 -07:00
parent 1c7ba7f77f
commit 0c8f4b8525

View File

@ -142,7 +142,7 @@ app._initializeHTTP = function() {
this.use(util.allowCrossDomain);
this._app.get(this._options.path, function(req, res, next) {
this.get('/', function(req, res, next) {
res.send(require('../app.json'));
});