'use strict'; /** * Module dependencies */ var path = require('path'), config = require(path.resolve('./config/config')); /** * Module init function. */ module.exports = function (app, db) { };