Rename server => modules
This commit is contained in:
5
modules/utils/getContentTypeHeader.js
Normal file
5
modules/utils/getContentTypeHeader.js
Normal file
@ -0,0 +1,5 @@
|
||||
function getContentTypeHeader(type) {
|
||||
return type === "application/javascript" ? type + "; charset=utf-8" : type;
|
||||
}
|
||||
|
||||
module.exports = getContentTypeHeader;
|
Reference in New Issue
Block a user