module.exports = (req, res) => { res.end('hello from api/date/index.js'); };