We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a827ded commit b9551ddCopy full SHA for b9551dd
demos/default/pages/api/hello-background.ts
@@ -1,5 +1,5 @@
1
export default async (req, res) => {
2
- // await fetch(`https://webhook.site/${req.body.token}`)
+ await fetch(`https://webhook.site/${req.body.token}`)
3
4
res.setHeader('Content-Type', 'application/json')
5
res.status(200)
0 commit comments