Files
vercel/test/fixtures/unit/now-dev-default-routing/api/welcome.js

4 lines
68 B
JavaScript

module.exports = (req, res) => {
res.end('hello and welcome');
};