Skip to content

Commit

Permalink
[Update] ✨ URL Change
Browse files Browse the repository at this point in the history
  • Loading branch information
deeev-sb committed Mar 5, 2021
1 parent 88f0510 commit 3543c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/SSTT/Backend/component/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class ApiClient {

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

String url = "http://34.229.101.96:5000/classifier";
String url = "http://54.198.131.176:5000/classifier";
// String url = "http://localhost:8080/test";

List<String> fileInfo = new ArrayList<>();
Expand Down

0 comments on commit 3543c1c

Please sign in to comment.