nevermind... (@barisusakli 🧌)

This commit is contained in:
Julian Lam
2015-04-27 23:05:14 -04:00
parent 379bdd12e0
commit a462b10f94

View File

@@ -106,7 +106,7 @@ function initializeNodeBB(callback) {
middleware: middleware
}, next);
},
function(next) {
function(results, next) {
routes(app, middleware);
next();
}