From 53a08b235405f30b08659ce140d4d4c30d9b85b3 Mon Sep 17 00:00:00 2001 From: kimscott Date: Fri, 27 Sep 2019 14:16:23 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A3=BC=EB=AC=B8=EC=8B=9C=20checkStock=20?= =?UTF-8?q?=EB=A5=BC=20=EC=B2=B4=ED=81=AC=ED=95=98=EB=8F=84=EB=A1=9D=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=ED=95=A8?= 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 41a2138..3dc192c 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -24,7 +24,7 @@ spring: - id: delivery uri: http://localhost:8082 predicates: - - Path=/deliveryies/** + - Path=/deliveries/** - id: servicecenter uri: http://localhost:8084 predicates: