diff --git a/server.scm b/server.scm index f2a3db4..361d32a 100644 --- a/server.scm +++ b/server.scm @@ -16,9 +16,8 @@ '(("html" . (text/html)) ("css" . (text/css)) ("js" . (application/javascript)) - ("wasm" . (application/wasm)) ("f" . (text/plain)) - ("wat" . (text/plain)) + ("ws" . (text/plain)) ("png" . (image/png)))) (define (mime-type path)