Skip to content

Commit 05a5341

Browse files
yashyashmdalgazinhmcts
authored andcommitted
update caseurnmapper to urnmapper
1 parent 7331493 commit 05a5341

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/uk/gov/hmcts/cp/services/CaseUrnMapperService.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ private String getCaseIdUrl(String caseUrn) {
7373

7474
private HttpEntity<String> getRequestEntity() {
7575
HttpHeaders headers = new HttpHeaders();
76-
headers.set("Accept", "application/json, application/*+json");
76+
headers.set("Accept", MediaType.APPLICATION_JSON_VALUE);
77+
//headers.set("Accept", "application/json, application/*+json");
7778
return new HttpEntity<>(headers);
7879
}
7980
}

0 commit comments

Comments
 (0)