const app = require('./app') const util = require('../lib/util') app.service('util', function() { return util }) module.exports = util