mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-13 10:52:23 +01:00
15 lines
203 B
JavaScript
15 lines
203 B
JavaScript
'use strict';
|
|
|
|
/**
|
|
* Module dependencies
|
|
*/
|
|
var path = require('path'),
|
|
config = require(path.resolve('./config/config'));
|
|
|
|
/**
|
|
* Module init function.
|
|
*/
|
|
module.exports = function (app, db) {
|
|
|
|
};
|