module.exports = (router) => { router.get('/price', require('./price')); };