jomo 10 năm trước cách đây
mục cha
commit
b40ab60d50
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      routes/index.js

+ 2 - 1
routes/index.js

@@ -11,7 +11,8 @@ module.exports = function(req, res) {
     config: config
   });
   res.writeHead(200, {
-    "Content-Length": html.length
+    "Content-Length": html.length,
+     "Content-Type": "text/html; charset=utf-8"
   });
   res.end(html);
 };