Skip to content

Commit 4b5d5e7

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

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
@@ -37,7 +37,7 @@ The information provided in the `fetch()` operation is not used to route request
3737

3838
### Parameters
3939

40-
- `resource` (string | URL | Request) - The URL to fetch. This must be an absolute URL including protocol, host, and path (for example, `http://internal-api:8080/api/users`)
40+
- `resource` (string | URL | Request) - The URL to fetch. This must be an absolute URL including protocol, host, and path (for example, `http://internal-api/api/users`)
4141
- `options` (optional RequestInit) - Standard fetch options including:
4242
- `method` - HTTP method (GET, POST, PUT, DELETE, etc.)
4343
- `headers` - Request headers

0 commit comments

Comments
 (0)