'use strict' module.exports = function (req, res) { res.json({ hello: 'world!' }) }