We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f0510 commit 3543c1cCopy full SHA for 3543c1c
src/main/java/SSTT/Backend/component/ApiClient.java
@@ -23,7 +23,7 @@ public class ApiClient {
23
24
public Map<String, Object> getApi(String filename, String extension, String s3url, Integer subjectNum) {
25
26
- String url = "http://34.229.101.96:5000/classifier";
+ String url = "http://54.198.131.176:5000/classifier";
27
// String url = "http://localhost:8080/test";
28
29
List<String> fileInfo = new ArrayList<>();
0 commit comments