MIME-Type für /data/summary hinzugefügt

This commit is contained in:
Tobias Peper 2025-03-15 23:43:44 +01:00
parent 86f424ccd2
commit 95abaf4619

View File

@ -70,7 +70,7 @@ class VzRestController {
return prices;
}
@GetMapping("/data/summary")
@GetMapping(value="/data/summary", produces = {"text/plain"})
String getSummary2(@RequestParam(name = "timestampStart", defaultValue = "-1")long timestampStart,
@RequestParam(name = "timestampEnd", defaultValue = "-1")long timestampEnd,
@RequestParam(name = "duration", defaultValue = "")final String duration,