Nuxt/test/fixtures/module/modules/middleware/midd3.js
pooya parsa e7cc2757c3 refactor: update eslint-config to 1.x
Co-authored-by: Alexander Lichter <manniL@gmx.net>
2019-07-10 15:15:49 +04:30

8 lines
150 B
JavaScript

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