File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -402,7 +402,8 @@ paths:
402402 default :
403403 statusCode : " 200"
404404 responseTemplates :
405- application/json : " ${capability_statement_json}"
405+ # prettier-ignore
406+ application/json : ' ${capability_statement_json}'
406407 passthroughBehavior : when_no_match
407408
408409 /_status :
@@ -1547,5 +1548,3 @@ components:
15471548 example : 60E0B220-8136-4CA5-AE46-1D97EF59D068
15481549 description : |
15491550 The X-Request-ID from the request header mirrored back.
1550-
1551- # test change
Original file line number Diff line number Diff line change @@ -935,7 +935,8 @@ paths:
935935 default :
936936 statusCode : " 200"
937937 responseTemplates :
938- application/json : " ${capability_statement_json}"
938+ # prettier-ignore
939+ application/json : ' ${capability_statement_json}'
939940 passthroughBehavior : when_no_match
940941
941942 /_status :
You can’t perform that action at this time.
0 commit comments