diff --git a/cache/cache-0.0.1-SNAPSHOT.jar b/cache/cache-0.0.1-SNAPSHOT.jar index d95e583..bb8602c 100644 Binary files a/cache/cache-0.0.1-SNAPSHOT.jar and b/cache/cache-0.0.1-SNAPSHOT.jar differ diff --git a/cache/src/main/java/com/distsystems/main/Controller/WeatherDataController.java b/cache/src/main/java/com/distsystems/main/Controller/WeatherDataController.java index 0de5ae3..0d7a12c 100644 --- a/cache/src/main/java/com/distsystems/main/Controller/WeatherDataController.java +++ b/cache/src/main/java/com/distsystems/main/Controller/WeatherDataController.java @@ -40,7 +40,7 @@ public ResponseEntity isWorking() { } @PostMapping("/getplot") - @CrossOrigin(origins = "http://localhost:3000") + @CrossOrigin(origins = "http://localhost:30500") public ResponseEntity getPlot(@RequestBody GetPlotRequest req) { try { @@ -119,7 +119,7 @@ public ResponseEntity getPlot(@RequestBody GetPlotRequest req) } @PostMapping("/getvideo") - @CrossOrigin(origins = "http://localhost:3000") + @CrossOrigin(origins = "http://localhost:30500") public ResponseEntity getVidoe(@RequestBody GetPlotRequest req) { try {