mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 05:55:48 +01:00
guest fixes
This commit is contained in:
@@ -199,7 +199,7 @@ module.exports = function(app, middleware) {
|
||||
app.use(relativePath, pluginRouter);
|
||||
app.use(relativePath, pageRouter);
|
||||
app.use(relativePath, authRouter);
|
||||
|
||||
|
||||
if (process.env.NODE_ENV === 'development') {
|
||||
require('./debug')(app, middleware, controllers);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user