From 8e0260a65fc2eec577ae00f980d2bfd93f9462de Mon Sep 17 00:00:00 2001 From: kimscott Date: Mon, 2 Sep 2019 17:23:41 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9C=A0=EC=A0=80=EC=A0=95=EB=B3=B4=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= 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 86a1edb..3ea77ed 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -36,7 +36,7 @@ spring: - id: mypage uri: http://localhost:8086 predicates: - - Path=/mypage/** + - Path=/users/**,/mypage/** - id: oauth uri: http://localhost:8090 predicates: