Skip to content

Commit 19bdec6

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

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
@@ -78,7 +78,7 @@ export default {
7878
export default {
7979
async fetch(request, env) {
8080
const privateRequest = new Request(
81-
"http://internal-api.company.local:8080/users",
81+
"http://internal-api.company.local/users",
8282
{
8383
method: "POST",
8484
headers: {

0 commit comments

Comments
 (0)