diff options
Diffstat (limited to 'net/file_server.ts')
| -rwxr-xr-x | net/file_server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/file_server.ts b/net/file_server.ts index bd1c52b88..9306dbcd5 100755 --- a/net/file_server.ts +++ b/net/file_server.ts @@ -10,7 +10,7 @@ import { ServerRequest, setContentLength, Response -} from "./http"; +} from "./http.ts"; import { cwd, DenoError, ErrorKind, args, stat, readDir, open } from "deno"; const dirViewerTemplate = ` |
