mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 05:55:48 +01:00
nevermind... (@barisusakli 🧌)
This commit is contained in:
@@ -106,7 +106,7 @@ function initializeNodeBB(callback) {
|
|||||||
middleware: middleware
|
middleware: middleware
|
||||||
}, next);
|
}, next);
|
||||||
},
|
},
|
||||||
function(next) {
|
function(results, next) {
|
||||||
routes(app, middleware);
|
routes(app, middleware);
|
||||||
next();
|
next();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user