mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
2015.
This commit is contained in:
parent
05f662a96c
commit
b40ab60d50
@ -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);
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user