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 97caf6bfc..8b17c320c 100644
--- a/examples/http.ts
+++ b/examples/http.ts
@@ -21,7 +21,6 @@ Bun.serve({
port: 3000, // number or string
});
-
// Start a fast HTTP server from the main file's export
// export default {
// fetch(req) {