diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-02-02 18:57:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-02 18:57:38 -0500 |
| commit | 132650cdf366e676c0ffec0cc68792c45149aacd (patch) | |
| tree | 9508162e85b36a6e904b24956a63d6ac477a98f0 /http/file_server.ts | |
| parent | b400dad9b7da542799f504c5146efb33e796c250 (diff) | |
Rename http/http.ts to http/server.ts (denoland/deno_std#170)
Remove http/mod.ts
Original: https://github.com/denoland/deno_std/commit/e79cb5a31ab3d7667f2253824bf89cecc23ab231
Diffstat (limited to 'http/file_server.ts')
| -rwxr-xr-x | http/file_server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/file_server.ts b/http/file_server.ts index 4437a44e4..d1a34ab79 100755 --- a/http/file_server.ts +++ b/http/file_server.ts @@ -10,7 +10,7 @@ import { ServerRequest, setContentLength, Response -} from "./mod.ts"; +} from "./server.ts"; import { cwd, DenoError, ErrorKind, args, stat, readDir, open } from "deno"; import { extname } from "../fs/path.ts"; import { contentType } from "../media_types/mod.ts"; |
