Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Minjae-vincent committed Jul 16, 2024
1 parent 3f78af2 commit 512358e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public JeonseCheckList checkJeonse(String actlNo) {
}

private AppropriateJeonse getAppropriateJeonsePrice(Jeonse jeonse) {
final String FLASK_API_URL = "http://34.64.201.85:5000/run-a";
final String FLASK_API_URL = "http://34.64.53.101:5000/run-a";

HttpHeaders headers = new HttpHeaders();
headers.set("Content-Type", "application/json");
Expand Down Expand Up @@ -350,7 +350,7 @@ public List<JeonseCheckList> recommendJeonse(RecommendRequest recommendRequest)
}

private List<String> getRecommendationList(RecommendRequest recommendRequest) {
final String FLASK_API_URL = "http://34.64.201.85:5000/run-b";
final String FLASK_API_URL = "http://34.64.53.101:5000/run-b";

HttpHeaders headers = new HttpHeaders();
headers.set("Content-Type", "application/json");
Expand Down

0 comments on commit 512358e

Please sign in to comment.