Skip to content

Commit

Permalink
feat: Support scim json format (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
caryyu authored and fengmk2 committed Mar 15, 2023
1 parent c02ec0c commit a9a6476
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ module.exports = function(opts) {
'application/json',
'application/json-patch+json',
'application/vnd.api+json',
'application/csp-report'
'application/csp-report',
'application/scim+json'
];

// default form types
Expand Down

0 comments on commit a9a6476

Please sign in to comment.