mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 11:06:40 +02:00
removed whitespace
This commit is contained in:
@@ -71,8 +71,6 @@ function miscRoutes(app, middleware, controllers) {
|
||||
app.get('/api/admin/logger', controllers.admin.logger.get);
|
||||
}
|
||||
|
||||
|
||||
|
||||
module.exports = function(app, middleware, controllers) {
|
||||
mainRoutes(app, middleware, controllers);
|
||||
userRoutes(app, middleware, controllers);
|
||||
|
||||
Reference in New Issue
Block a user