Skip to content

Commit d83f086

Browse files
committed
fix
1 parent 36ca42c commit d83f086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ private List<Problem> getProblemsWithTagAndDifficulty(String difficulty, String
3232
try {
3333
HttpClient client = HttpClient.newHttpClient();
3434
HttpRequest request = HttpRequest.newBuilder()
35-
.uri(new URI("http://localhost:3000/problems?tags=" + userTag + "&limit=10000"))
35+
.uri(new URI("http://leetcode:3000/problems?tags=" + userTag + "&limit=10000"))
3636
.GET()
3737
.build();
3838

0 commit comments

Comments
 (0)