Skip to content

Commit

Permalink
Merge pull request #20 from oven-2023/recommendation
Browse files Browse the repository at this point in the history
fix flaskservice
  • Loading branch information
see101702 authored Oct 20, 2023
2 parents 210995e + f6b536a commit efccba5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class SpringToFlaskService {
private final WorkRepository workRepository;

public String springToFlask(User user) {
String flaskApiUrl = "http://flask:6000/spring";
String flaskApiUrl = "http://0.0.0.0:6000/spring";
String userId = String.valueOf(user.getId());

//HTTP 요청 헤더 설정
Expand Down

0 comments on commit efccba5

Please sign in to comment.