Skip to content

Commit

Permalink
set correct specCompliance value in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak committed Dec 31, 2023
1 parent e21eb09 commit fea5541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The default configuration object is:
keys: new Set(),
contentType: undefined,
bearerType: 'Bearer',
bearerTypeCaseSensitive: true,
specCompliance: 'rfc6750',
errorResponse: (err) => {
return {error: err.message}
},
Expand Down

0 comments on commit fea5541

Please sign in to comment.