Skip to content

Commit 3c874bd

Browse files
Update src/content/docs/workers-vpc/api/index.mdx
Co-authored-by: Matt <[email protected]>
1 parent 4b5d5e7 commit 3c874bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/workers-vpc/api/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export default {
111111
```js
112112
export default {
113113
async fetch(request, env) {
114-
const privateRequest = new Request("https://10.0.1.50:8443/api/data");
114+
const privateRequest = new Request("https://10.0.1.50/api/data");
115115
const response = await env.VPC_SERVICE_BINDING.fetch(privateRequest);
116116

117117
return response;

0 commit comments

Comments
 (0)