6 lines
103 B
JavaScript
6 lines
103 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
jsonContentType: new RegExp('^application/[a-zA-Z.]+\\+json')
|
|
};
|