module.exports = { default: (req, res) => { res.end('pages/api/getCustomers'); }, };