summary refs log tree commit diff
path: root/hittpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'hittpd.c')
-rw-r--r--hittpd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hittpd.c b/hittpd.c
index 2885c21..7ec4337 100644
--- a/hittpd.c
+++ b/hittpd.c
@@ -79,6 +79,7 @@ char mimetypes[] =
     ":.jpg=image/jpeg"
     ":.png=image/png"
     ":.css=text/css"
+    ":.js=application/javascript"
     ":.txt=text/plain"
     ":.xml=text/xml"
     ":.xsl=text/xml"