Skip to content

Commit

Permalink
fix: feignclient url수정
Browse files Browse the repository at this point in the history
  • Loading branch information
SunYerim committed Jul 6, 2024
1 parent b754484 commit 2ad321e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .idea/modules/sentimentAnalysis.main.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import org.springframework.web.bind.annotation.RequestHeader;
import org.springframework.web.bind.annotation.RequestParam;

@FeignClient(name = "drinktionary-service", url = "http://sunjoo-server-drinktionary-drinktionary-1:8091")
@FeignClient(name = "drinktionary-service", url = "http://13.124.194.48:8091")
public interface DrinkClient {

@GetMapping("/drinks/{drinkId}")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestHeader;

@FeignClient(name = "auth-service", url = "http://sunjoo-server-auth-spring-1:8090")
@FeignClient(name = "auth-service", url = "http://13.124.194.48:8090")
public interface UserClient {

@GetMapping("/auth/userinfo")
Expand Down

0 comments on commit 2ad321e

Please sign in to comment.