Skip to content

Commit ea0e1af

Browse files
authored
Merge pull request #235 from NHSDigital/bug/NPA-5222/fix-patch-consent-try-it-now-defaults
NPA-52222: Fix PATCH Consent Try It Out Now Defaults
2 parents 9390676 + f02fdeb commit ea0e1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxies/sandbox/apiproxy/policies/AssignMessage.AddCors.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!--you can add headers here if you want to expose
99
<Header name="Access-Control-Expose-Headers">origin, x-requested-with, accept, content-type, nhsd-session-urid, x-my-new-header</Header> -->
1010
<Header name="Access-Control-Max-Age">3628800</Header>
11-
<Header name="Access-Control-Allow-Methods">GET, PUT, POST, DELETE</Header>
11+
<Header name="Access-Control-Allow-Methods">GET, PUT, POST, DELETE, PATCH</Header>
1212
</Headers>
1313
</Set>
1414
<IgnoreUnresolvedVariables>true</IgnoreUnresolvedVariables>

0 commit comments

Comments
 (0)