Commit e51d60b1 authored by strong's avatar strong

Merge branch 'remould_1209_delete_common' into SANDBOX

parents 1368c764 583285c0
......@@ -23,6 +23,7 @@ var httpService = require('../../service/httpService');
var forumAboutMEService = require('../../service/forumAboutMEService');
var user = require('../../utils/user');
var async = require('async');
var ForumModeratorApply = mongoose.model('ForumModeratorApply');
module.exports = function(app) {
app.use('/v1/forum', router);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment