Skip to content

Commit

Permalink
MAT-6547 revert the content type change
Browse files Browse the repository at this point in the history
  • Loading branch information
adongare committed Feb 23, 2024
1 parent 53d25a6 commit 56178c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/gov/cms/madie/resources/PackageController.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ public String getMeasureSimpleXml(

@PutMapping(
value = "/hqmf",
produces = MediaType.APPLICATION_XML_VALUE,
consumes = MediaType.APPLICATION_JSON_VALUE)
produces = {MediaType.APPLICATION_XML_VALUE},
consumes = {MediaType.APPLICATION_JSON_VALUE})
public ResponseEntity<String> generateHqmf(
@RequestBody @Validated(Measure.ValidationSequence.class) Measure measure) throws Exception {
// generate HQMF if the model type is QDM
Expand Down

0 comments on commit 56178c1

Please sign in to comment.