Skip to content

Commit 8ca91e6

Browse files
authored
fix: typo on cache strategy
1 parent 8956b70 commit 8ca91e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cdkConstructs/src/constructs/StateMachine/CatchAllErrorPass.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class CatchAllErrorPass extends Construct {
4141
statusCode: 500,
4242
headers: {
4343
"Content-Type": "application/fhir+json",
44-
"Cache-Control": "co-cache"
44+
"Cache-Control": "no-cache"
4545
},
4646
body: severErrorOperationOutcome
4747
}

0 commit comments

Comments
 (0)