aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2021-07-15 14:52:56 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2021-07-15 14:52:56 -0400
commit61456ea2ad73ba2874136f159782b1604219d3ec (patch)
treea39384368571c55f14f9d849e4423bb38e473009 /lib
parent621489dcb53b9482a810985bc5d00bfa8adcd4c1 (diff)
downloadpatchfoo-61456ea2ad73ba2874136f159782b1604219d3ec.tar.gz
patchfoo-61456ea2ad73ba2874136f159782b1604219d3ec.zip
forcing page type
Diffstat (limited to 'lib')
-rw-r--r--lib/serve.js2
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')
})
)
}