Skip to content

Commit 3543c1c

Browse files
committed
[Update] ✨ URL Change
1 parent 88f0510 commit 3543c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/SSTT/Backend/component/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public class ApiClient {
2323

2424
public Map<String, Object> getApi(String filename, String extension, String s3url, Integer subjectNum) {
2525

26-
String url = "http://34.229.101.96:5000/classifier";
26+
String url = "http://54.198.131.176:5000/classifier";
2727
// String url = "http://localhost:8080/test";
2828

2929
List<String> fileInfo = new ArrayList<>();

0 commit comments

Comments
 (0)