mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 04:22:12 +00:00
4 lines
93 B
JavaScript
4 lines
93 B
JavaScript
module.exports = (_req, res) => {
|
|
res.end('current date: ' + new Date().toISOString());
|
|
};
|