We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db09145 commit 24573c8Copy full SHA for 24573c8
src/main/java/org/example/project/service/StoncksPlotService.java
@@ -13,7 +13,7 @@ public class StoncksPlotService {
13
public String getPlotImage(String period) {
14
try {
15
HttpClient client = HttpClient.newHttpClient();
16
- String pythonServiceUrl = "http://zealous_grothendieck:8000/plot?period=week";
+ String pythonServiceUrl = "http://localhost:8000/plot?period=week";
17
HttpRequest request = HttpRequest.newBuilder()
18
.uri(new URI(pythonServiceUrl))
19
.GET()
0 commit comments