diff --git a/EnvelopeGenerator.API/yarp.json b/EnvelopeGenerator.API/yarp.json index 427b5da4..840d1932 100644 --- a/EnvelopeGenerator.API/yarp.json +++ b/EnvelopeGenerator.API/yarp.json @@ -44,9 +44,21 @@ "Methods": [ "GET", "HEAD" ] }, "Transforms": [ - { "ResponseHeader": "Cache-Control", "Set": "no-cache, no-store, must-revalidate", "When": "Always" }, - { "ResponseHeader": "Pragma", "Set": "no-cache", "When": "Always" }, - { "ResponseHeader": "Expires", "Set": "0", "When": "Always" } + { + "ResponseHeader": "Cache-Control", + "Set": "no-cache, no-store, must-revalidate", + "When": "Always" + }, + { + "ResponseHeader": "Pragma", + "Set": "no-cache", + "When": "Always" + }, + { + "ResponseHeader": "Expires", + "Set": "0", + "When": "Always" + } ] }, "receiver-ui-annotation-fake": { @@ -78,7 +90,10 @@ }, "Transforms": [ { "PathPattern": "/api/auth/envelope-receiver/{key}" }, - { "QueryValueParameter": "cookie", "Set": "true" } + { + "QueryValueParameter": "cookie", + "Set": "true" + } ] } },