Skip to content

Commit

Permalink
Update node-utils.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats authored and feugy committed Dec 19, 2022
1 parent 2d08d26 commit 6508a07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/pages/packages/node-utils.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const response = await fetch(`http://localhost:${server.address().port}`, {
method: 'POST',
body: 'hello world',
})

console.log(await response.text()) // is 'hello world'
```

Expand Down

0 comments on commit 6508a07

Please sign in to comment.