2022-11-12 18:29:28 +01:00

8 lines
93 B
JavaScript

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