mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
4 lines
77 B
JavaScript
4 lines
77 B
JavaScript
export default (req, res) => {
|
|
res.status(200).json({ text: 'Hello' });
|
|
};
|