Skip to content

Commit 0726145

Browse files
committed
fix
1 parent 3d65ba5 commit 0726145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/example/project/service/job/LeetcodeTags.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public static void getLeetcodeTags() {
2727
LocalDateTime start = LocalDateTime.now();
2828
HttpClient client = HttpClient.newHttpClient();
2929
HttpRequest request = HttpRequest.newBuilder()
30-
.uri(new URI("http://localhost:3000/problems?limit=10000"))
30+
.uri(new URI("http://leetcode:3000/problems?limit=10000"))
3131
.GET()
3232
.build();
3333

0 commit comments

Comments
 (0)