Skip to content

Commit

Permalink
[Refactor] 서비스 정보 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
seonghooni committed Nov 13, 2024
1 parent 67e898f commit 68d5b1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class FastApiService {
public enum RecommendType{
Board("board/"),Client("client/"),Book("book/");
private final String urlPath;
private final String fastApi = "http://ec2-13-124-140-53.ap-northeast-2.compute.amazonaws.com:8000";
private final String fastApi = "http://ec2-13-124-140-53.ap-northeast-2.compute.amazonaws.com:8000/";
private final String localhost = "http://localhost:8000/";
RecommendType(String urlPath){
this.urlPath = urlPath;
Expand Down

0 comments on commit 68d5b1e

Please sign in to comment.