Skip to content

Commit

Permalink
Fix typo in app / hello.js template (#42335)
Browse files Browse the repository at this point in the history
Removes the extra `}` in the url

<!--
Thanks for opening a PR! Your contribution is much appreciated.
To make sure your PR is handled as smoothly as possible we request that
you follow the checklist sections below.
Choose the right checklist for the change that you're making:
-->
  • Loading branch information
danmindru committed Nov 2, 2022
1 parent a482f06 commit 503fc85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Next.js API route support: https://nextjs.org/docs/api-routes/introduction}
// 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' })
Expand Down

0 comments on commit 503fc85

Please sign in to comment.