aboutsummaryrefslogtreecommitdiff
path: root/examples/http.ts
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-04-06 06:14:04 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-04-06 06:14:04 -0700
commit69653729f0a8e0dd2efcb7ff48e061c9b541c051 (patch)
tree7bc3aedbb8703ca0155991bb1fb73a6b09d0b158 /examples/http.ts
parent81eb47de0eb08081ed0677b71aa47e9a2b473cab (diff)
downloadbun-69653729f0a8e0dd2efcb7ff48e061c9b541c051.tar.gz
bun-69653729f0a8e0dd2efcb7ff48e061c9b541c051.tar.zst
bun-69653729f0a8e0dd2efcb7ff48e061c9b541c051.zip
tweak examples
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