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 3d65ba5 commit 0726145Copy full SHA for 0726145
src/main/java/org/example/project/service/job/LeetcodeTags.java
@@ -27,7 +27,7 @@ public static void getLeetcodeTags() {
27
LocalDateTime start = LocalDateTime.now();
28
HttpClient client = HttpClient.newHttpClient();
29
HttpRequest request = HttpRequest.newBuilder()
30
- .uri(new URI("http://localhost:3000/problems?limit=10000"))
+ .uri(new URI("http://leetcode:3000/problems?limit=10000"))
31
.GET()
32
.build();
33
0 commit comments