aboutsummaryrefslogtreecommitdiff
path: root/examples/http.ts
diff options
context:
space:
mode:
Diffstat (limited to 'examples/http.ts')
-rw-r--r--examples/http.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/http.ts b/examples/http.ts
index 4d58f270f..4f52af2a6 100644
--- a/examples/http.ts
+++ b/examples/http.ts
@@ -19,7 +19,6 @@ Bun.serve({
// keyFile: './key.pem',
port: 8080, // number or string
- hostname: "localhost", // defaults to 0.0.0.0
});
// Start a fast HTTP server from the main file's export