From 1855fb52defcc9be741d07e66a17acb7289e0783 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Fri, 21 Apr 2017 18:29:29 +0800 Subject: [PATCH] add comments server config --- .../server/config/comments.server.config.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/torrents/server/config/comments.server.config.js diff --git a/modules/torrents/server/config/comments.server.config.js b/modules/torrents/server/config/comments.server.config.js new file mode 100644 index 00000000..629c3606 --- /dev/null +++ b/modules/torrents/server/config/comments.server.config.js @@ -0,0 +1,14 @@ +'use strict'; + +/** + * Module dependencies + */ +var path = require('path'), + config = require(path.resolve('./config/config')); + +/** + * Module init function. + */ +module.exports = function (app, db) { + +};