mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-05 05:25:49 +01:00
work-in-progress commit to get cluster module working with loader.js
This commit is contained in:
@@ -198,13 +198,6 @@ module.exports = function(app, middleware) {
|
||||
|
||||
// Add plugin routes
|
||||
plugins.reloadRoutes();
|
||||
// plugins.ready(function() {
|
||||
// plugins.fireHook('static:app.load', pluginRouter, middleware, controllers, function() {
|
||||
|
||||
|
||||
|
||||
// });
|
||||
// });
|
||||
};
|
||||
|
||||
function handleErrors(err, req, res, next) {
|
||||
|
||||
Reference in New Issue
Block a user