Skip to content

Commit

Permalink
Added fix for mojaloop/project#1891
Browse files Browse the repository at this point in the history
  • Loading branch information
mdebarros committed Jun 9, 2021
1 parent 7664cc6 commit 039c06d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/InboundServer/middlewares.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ const createRequestIdGenerator = () => async (ctx, next) => {
const createHeaderValidator = (logger) => async (ctx, next) => {
const validHeaders = new Set([
'application/vnd.interoperability.parties+json;version=1.0',
'application/vnd.interoperability.parties+json;version=1.1',
'application/vnd.interoperability.participants+json;version=1.0',
'application/vnd.interoperability.quotes+json;version=1.0',
'application/vnd.interoperability.quotes+json;version=1.1',
Expand Down

0 comments on commit 039c06d

Please sign in to comment.