export default { path: '/midd3', handler (req, res) { res.write('Be creative when writing test strings! Hey Mama :wave:') res.end() } }