Skip to content

Commit f354cd8

Browse files
committed
♻️ refactor : 결제 서비스 Feign 주소 변경
1 parent 82a1c4c commit f354cd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • payment-service/src/main/java/gcu/web/paymentservice/platform/adapter/out/external/order

payment-service/src/main/java/gcu/web/paymentservice/platform/adapter/out/external/order/OrderFeignPort.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import org.springframework.web.bind.annotation.PutMapping;
77

88

9-
@FeignClient(name = "order-service", url = "http://54.66.149.225:8100")
9+
@FeignClient(name = "order-service", url = "http://34.127.7.212:8100")
1010
public interface OrderFeignPort {
1111

1212
/*

0 commit comments

Comments
 (0)