diff options
Diffstat (limited to 'std/http/bench.ts')
-rw-r--r-- | std/http/bench.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/http/bench.ts b/std/http/bench.ts index 15f223323..5ba95ef0a 100644 --- a/std/http/bench.ts +++ b/std/http/bench.ts @@ -1,4 +1,4 @@ -// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. import { serve } from "./server.ts"; const addr = Deno.args[0] || "127.0.0.1:4500"; |