Skip to content

Commit 24573c8

Browse files
committed
fix
1 parent db09145 commit 24573c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/example/project/service/StoncksPlotService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class StoncksPlotService {
1313
public String getPlotImage(String period) {
1414
try {
1515
HttpClient client = HttpClient.newHttpClient();
16-
String pythonServiceUrl = "http://zealous_grothendieck:8000/plot?period=week";
16+
String pythonServiceUrl = "http://localhost:8000/plot?period=week";
1717
HttpRequest request = HttpRequest.newBuilder()
1818
.uri(new URI(pythonServiceUrl))
1919
.GET()

0 commit comments

Comments
 (0)