samples/index.js
2025-01-19 13:51:30 +00:00

4 lines
64 B
JavaScript

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