diff options
Diffstat (limited to 'cli/bench/http/bun_http.js')
-rw-r--r-- | cli/bench/http/bun_http.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/bench/http/bun_http.js b/cli/bench/http/bun_http.js index 89ff9b121..5eaa328eb 100644 --- a/cli/bench/http/bun_http.js +++ b/cli/bench/http/bun_http.js @@ -1,4 +1,4 @@ -// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. const port = Bun.argv[2] || "4545"; Bun.serve({ fetch(_req) { |