mirror of
https://github.com/SunRed/haste-server.git
synced 2025-09-06 13:20:15 +02:00
Set Content-Type of raw paste in DocumentHandler
This commit is contained in:
parent
e4998cb94c
commit
9bd1847da5
2 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,7 @@ DocumentHandler.prototype.handleGetRaw = async function(key, res, skipExpire){
|
|||
return;
|
||||
}
|
||||
winston.verbose('retrieved raw document', { key: key });
|
||||
res.setHeader('content-type', 'text/plain');
|
||||
res.status(200).end(data);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue