We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd413b commit 7cb6ad4Copy full SHA for 7cb6ad4
sandboxes/expose_http.md
@@ -12,7 +12,7 @@ await sandbox.writeTextFile(
12
"Deno.serve(() => new Response('Hello from Sandboxes'));",
13
);
14
const runtime = await sandbox.createJsRuntime({ entrypoint: "server.js" });
15
-const publicUrl = await sandbox.exposeHttp({ port: 8080 });
+const publicUrl = await sandbox.exposeHttp({ port: 8000 });
16
console.log(publicUrl); // https://<random>.sandbox.deno.net
17
```
18
0 commit comments