diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index e68ce3a..f8be8de 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -25,10 +25,6 @@ spring: uri: http://localhost:8082 predicates: - Path=/deliveryies/** - - id: marketing - uri: http://localhost:8083 - predicates: - - Path=/serveys/** - id: servicecenter uri: http://localhost:8084 predicates: @@ -65,7 +61,7 @@ spring: gateway: routes: - id: product - uri: http://product:8080 + uri: http://products:8080 predicates: - Path=/products/**,/goods/** - id: order @@ -76,10 +72,6 @@ spring: uri: http://delivery:8080 predicates: - Path=/deliveryies/** - - id: marketing - uri: http://marketing:8080 - predicates: - - Path=/serveys/** - id: servicecenter uri: http://servicecenter:8080 predicates: