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 Dec 1, 2022
1 parent d4ad851 commit 1c7e52a
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 1c7e52a

Please sign in to comment.