diff options
Diffstat (limited to 'src/server/HttpServer.hx')
| -rw-r--r-- | src/server/HttpServer.hx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/HttpServer.hx b/src/server/HttpServer.hx index 1a0c4d5..66668a7 100644 --- a/src/server/HttpServer.hx +++ b/src/server/HttpServer.hx @@ -12,8 +12,6 @@ import js.node.http.ServerResponse; import js.node.url.URL; import sys.FileSystem; -using StringTools; - class HttpServer { static final mimeTypes = [ "html" => "text/html", |
