mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 04:22:12 +00:00
4 lines
68 B
JavaScript
4 lines
68 B
JavaScript
module.exports = (req, res) => {
|
|
res.end('hello and welcome');
|
|
};
|