We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d060a63 commit 19bdec6Copy full SHA for 19bdec6
src/content/docs/workers-vpc/api/index.mdx
@@ -78,7 +78,7 @@ export default {
78
export default {
79
async fetch(request, env) {
80
const privateRequest = new Request(
81
- "http://internal-api.company.local:8080/users",
+ "http://internal-api.company.local/users",
82
{
83
method: "POST",
84
headers: {
0 commit comments