2021-12-03 17:58:48 +01:00

6 lines
103 B
JavaScript

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