aboutsummaryrefslogtreecommitdiff
path: root/examples/http-file.ts
diff options
context:
space:
mode:
Diffstat (limited to 'examples/http-file.ts')
-rw-r--r--examples/http-file.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/http-file.ts b/examples/http-file.ts
index 130104534..fdf47f949 100644
--- a/examples/http-file.ts
+++ b/examples/http-file.ts
@@ -1,4 +1,4 @@
-import { file } from "bun";
+import { file, serve } from "bun";
serve({
fetch(req: Request) {