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 9e99563 commit 1e37101
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
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 1e37101

Please sign in to comment.