Skip to content

Commit

Permalink
add comments server config
Browse files Browse the repository at this point in the history
  • Loading branch information
taobataoma committed Apr 21, 2017
1 parent d7adeed commit 1855fb5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions modules/torrents/server/config/comments.server.config.js
Original file line number Diff line number Diff line change
@@ -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) {

};

0 comments on commit 1855fb5

Please sign in to comment.