mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 00:10:25 +01:00
removed unused deps in webser.js
This commit is contained in:
@@ -8,19 +8,10 @@ var path = require('path'),
|
|||||||
winston = require('winston'),
|
winston = require('winston'),
|
||||||
validator = require('validator'),
|
validator = require('validator'),
|
||||||
async = require('async'),
|
async = require('async'),
|
||||||
S = require('string'),
|
|
||||||
qs = require('querystring'),
|
|
||||||
|
|
||||||
pkg = require('../package.json'),
|
|
||||||
|
|
||||||
utils = require('../public/src/utils'),
|
utils = require('../public/src/utils'),
|
||||||
db = require('./database'),
|
db = require('./database'),
|
||||||
user = require('./user'),
|
user = require('./user'),
|
||||||
categories = require('./categories'),
|
|
||||||
CategoryTools = require('./categoryTools'),
|
|
||||||
posts = require('./posts'),
|
|
||||||
topics = require('./topics'),
|
|
||||||
ThreadTools = require('./threadTools'),
|
|
||||||
notifications = require('./notifications'),
|
notifications = require('./notifications'),
|
||||||
auth = require('./routes/authentication'),
|
auth = require('./routes/authentication'),
|
||||||
meta = require('./meta'),
|
meta = require('./meta'),
|
||||||
|
|||||||
Reference in New Issue
Block a user