Skip to content

Commit a0596bf

Browse files
authored
Merge pull request #1283 from hmcts/DTSPB-4702_Fix_case_initiate_issue
DTSPB-4702 fix case initiate Issue
2 parents 519cbfe + 16451b3 commit a0596bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/probate-orchestrator-service/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: probate-orchestrator-service
33
home: https://github.com/hmcts/probate-orchestrator-service
4-
version: 1.0.49
4+
version: 1.0.50
55
description: HMCTS Probate Orchestrator Service
66
maintainers:
77
- name: HMCTS Probate Team

src/main/java/uk/gov/hmcts/probate/client/submit/SubmitServiceApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ ProbateCaseDetails saveCase(
9393
);
9494

9595
@PostMapping(
96-
value = "/cases/initate",
96+
value = "/cases/initiate",
9797
headers = CONTENT_TYPE + "=" + APPLICATION_JSON_VALUE
9898
)
9999
ProbateCaseDetails initiateCase(

0 commit comments

Comments
 (0)