diff options
author | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-07-15 14:52:56 -0400 |
---|---|---|
committer | Eugeniy E. Mikhailov <evgmik@gmail.com> | 2021-07-15 14:52:56 -0400 |
commit | 61456ea2ad73ba2874136f159782b1604219d3ec (patch) | |
tree | a39384368571c55f14f9d849e4423bb38e473009 | |
parent | 621489dcb53b9482a810985bc5d00bfa8adcd4c1 (diff) | |
download | patchfoo-61456ea2ad73ba2874136f159782b1604219d3ec.tar.gz patchfoo-61456ea2ad73ba2874136f159782b1604219d3ec.zip |
forcing page type
-rw-r--r-- | lib/serve.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/serve.js b/lib/serve.js index 16ab12c..99e77af 100644 --- a/lib/serve.js +++ b/lib/serve.js @@ -602,7 +602,7 @@ Serve.prototype.logbook2 = function (path) { serve.wrapChannel(channelAndTag), serve.wrapPage(channelAndTag), serve.respondSink(200, { - 'Content-Type': ctype(ext) + 'Content-Type': ctype('html') }) ) } |