Fix FarmImageController
This commit is contained in:
Binary file not shown.
@@ -31,7 +31,7 @@ public class FarmImageController {
|
||||
this.articleService = articleService;
|
||||
}
|
||||
|
||||
@RequestMapping(path = FARM_IMAGE_DEFAULT, method = RequestMethod.GET, produces = "application/json")
|
||||
@RequestMapping(path = FARM_IMAGE_DEFAULT, method = RequestMethod.GET, produces = "text/plain")
|
||||
public ResponseEntity<String> getDefault(HttpServletRequest request) {
|
||||
logRequest(request);
|
||||
FarmImage image = farmImageService.getStandardImage();
|
||||
|
||||
Reference in New Issue
Block a user