latest changes

This commit is contained in:
Dobie Wollert
2014-12-15 02:36:41 -05:00
parent b35bb3f1d5
commit 966152a631
57 changed files with 6842 additions and 42 deletions

View File

@ -10,7 +10,7 @@ module.exports = function(app, config, passport, piler) {
app.configure(function() {
// cookieParser should be above session
app.use(express.cookieParser());
app.use(express.cookieParser("atlbsecret"));
// bodyParser should be above methodOverride
app.use(express.bodyParser());
@ -37,4 +37,4 @@ module.exports = function(app, config, passport, piler) {
// // enable live update in development mode.
// piler.liveUpdate();
// });
}
}