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