Commit 25c5caec authored by Leo Iannacone's avatar Leo Iannacone

export all config instead of config.web

parent 669b818e
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
var config = require('../lib/config.js') var config = require('../lib/config.js')
exports.index = function(req, res){ exports.index = function(req, res){
res.render('index', config.web) res.render('index', config)
}; };
exports.distribution = function(req, res) { exports.distribution = function(req, res) {
res.render('distribution', config.web) res.render('distribution', config)
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment