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