diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 3dc192c..3c6e802 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -28,7 +28,7 @@ spring: - id: servicecenter uri: http://localhost:8084 predicates: - - Path=/serveys/** + - Path=/surveys/** - id: mypage uri: http://localhost:8086 predicates: @@ -75,7 +75,7 @@ spring: - id: servicecenter uri: http://servicecenter:8080 predicates: - - Path=/serveys/** + - Path=/surveys/** - id: mypage uri: http://mypage:8080 predicates: