samples/index.js
2024-10-29 12:43:09 +00:00

4 lines
64 B
JavaScript

exports.main = (req, res) => {
res.send('hello, world');
};