diff options
Diffstat (limited to 'std/examples/chat/server.ts')
-rw-r--r-- | std/examples/chat/server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/examples/chat/server.ts b/std/examples/chat/server.ts index ce2e196f3..39b5ee124 100644 --- a/std/examples/chat/server.ts +++ b/std/examples/chat/server.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 { listenAndServe } from "../../http/server.ts"; import { acceptable, |