Fix FarmImageController

This commit is contained in:
Tim
2025-06-15 14:20:54 +02:00
parent b1f90d0d0e
commit 54cef7f35d
2 changed files with 1 additions and 1 deletions

View File

@@ -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();