diff options
Diffstat (limited to 'examples/hello-next/pages/api/hello.tsx')
-rw-r--r-- | examples/hello-next/pages/api/hello.tsx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/hello-next/pages/api/hello.tsx b/examples/hello-next/pages/api/hello.tsx deleted file mode 100644 index df63de88f..000000000 --- a/examples/hello-next/pages/api/hello.tsx +++ /dev/null @@ -1,5 +0,0 @@ -// Next.js API route support: https://nextjs.org/docs/api-routes/introduction - -export default function handler(req, res) { - res.status(200).json({ name: 'John Doe' }) -} |