Skip to content

Commit 5ec77c5

Browse files
committed
changed method
1 parent ab8aa9f commit 5ec77c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/upc/edu/gessi/repo/controller/ReviewsAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ResponseEntity<byte[]> extractReviews(
2121
@RequestParam(name = "market-segment", defaultValue = "Communication", required = false) String marketSegment);
2222

2323
@ApiOperation("Fetch reviews based on features")
24-
@GetMapping(value = "/by-features")
24+
@PostMapping(value = "/by-features")
2525
ResponseEntity<List<ReviewFeatureResponseDTO>> getReviewsByFeatures(
2626
@RequestBody ReviewFeatureRequestDTO request);
2727
}

0 commit comments

Comments
 (0)