Skip to content

Commit a9a6476

Browse files
caryyufengmk2
authored andcommitted
feat: Support scim json format (#151)
1 parent c02ec0c commit a9a6476

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ module.exports = function(opts) {
4747
'application/json',
4848
'application/json-patch+json',
4949
'application/vnd.api+json',
50-
'application/csp-report'
50+
'application/csp-report',
51+
'application/scim+json'
5152
];
5253

5354
// default form types

0 commit comments

Comments
 (0)