mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 11:00:39 +02:00
remove newline at end of file
This commit is contained in:
@@ -12,7 +12,7 @@ module.exports = function(req, res) {
|
||||
});
|
||||
res.writeHead(200, {
|
||||
"Content-Length": html.length,
|
||||
"Content-Type": "text/html; charset=utf-8"
|
||||
"Content-Type": "text/html; charset=utf-8"
|
||||
});
|
||||
res.end(html);
|
||||
};
|
||||
Reference in New Issue
Block a user