CORS für latest-data hinzugefügt
This commit is contained in:
parent
80111d49d3
commit
3211c3bcbc
@ -35,6 +35,7 @@ class VzRestController {
|
|||||||
public VzRestController() {
|
public VzRestController() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@CrossOrigin(origins = "http://localhost:4200")
|
||||||
@GetMapping("/rest-vz/latest-data")
|
@GetMapping("/rest-vz/latest-data")
|
||||||
List<Aggregate> getLatestData(
|
List<Aggregate> getLatestData(
|
||||||
@RequestParam("houseId")final int houseId,
|
@RequestParam("houseId")final int houseId,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user