const app = require('./app') const util = require('../lib/util') app.service('util', () => util) module.exports = util