MIME-Type für /data/summary hinzugefügt
This commit is contained in:
parent
86f424ccd2
commit
95abaf4619
@ -70,7 +70,7 @@ class VzRestController {
|
|||||||
return prices;
|
return prices;
|
||||||
}
|
}
|
||||||
|
|
||||||
@GetMapping("/data/summary")
|
@GetMapping(value="/data/summary", produces = {"text/plain"})
|
||||||
String getSummary2(@RequestParam(name = "timestampStart", defaultValue = "-1")long timestampStart,
|
String getSummary2(@RequestParam(name = "timestampStart", defaultValue = "-1")long timestampStart,
|
||||||
@RequestParam(name = "timestampEnd", defaultValue = "-1")long timestampEnd,
|
@RequestParam(name = "timestampEnd", defaultValue = "-1")long timestampEnd,
|
||||||
@RequestParam(name = "duration", defaultValue = "")final String duration,
|
@RequestParam(name = "duration", defaultValue = "")final String duration,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user