From 3f64e4ffaf4e1d9c6b27099cf28f8fa459114bf6 Mon Sep 17 00:00:00 2001 From: RyuChaeHyun Date: Sat, 28 Oct 2023 16:53:31 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20UserService=20ip=EC=A3=BC=EC=86=8C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 5f87c3c..6f8ef99 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -27,6 +27,6 @@ spring: predicates: - Path=/api/** - id: User-Service - uri: http://15.164.100.22:8081/ + uri: http://52.78.46.139:8081/ predicates: - Path=/user-service/**