mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-09 04:22:07 +00:00
4 lines
83 B
JavaScript
4 lines
83 B
JavaScript
module.exports = (_req, res) => {
|
|
res.end('random number: ' + Math.random());
|
|
};
|