diff --git a/customer-apigateway-service/src/main/resources/application.yml b/customer-apigateway-service/src/main/resources/application.yml index 26d7045..2f7e934 100644 --- a/customer-apigateway-service/src/main/resources/application.yml +++ b/customer-apigateway-service/src/main/resources/application.yml @@ -46,7 +46,7 @@ spring: allow-credentials: true routes: - id: order-service - uri: lb://ORDER-SERVCIE + uri: lb://ORDER-SERVICE predicates: - Path=/order-service/** filters: @@ -54,7 +54,7 @@ spring: - RewritePath=/order-service/(?.*),/$\{segment} - id: store-service - uri: lb://STORE-SERVCIE + uri: lb://STORE-SERVICE predicates: - Path=/store-service/** filters: diff --git a/owner-apigateway-service/src/main/resources/application.yml b/owner-apigateway-service/src/main/resources/application.yml index 4cc49c7..c7fbc31 100644 --- a/owner-apigateway-service/src/main/resources/application.yml +++ b/owner-apigateway-service/src/main/resources/application.yml @@ -39,11 +39,12 @@ spring: - PUT - OPTIONS - DELETE + - PATCH allowedHeaders: '*' allow-credentials: true routes: - id: order-service - uri: lb://ORDER-SERVCIE + uri: lb://ORDER-SERVICE predicates: - Path=/order-service/** filters: @@ -51,7 +52,7 @@ spring: - RewritePath=/order-service/(?.*),/$\{segment} - id: store-service - uri: lb://STORE-SERVCIE + uri: lb://STORE-SERVICE predicates: - Path=/store-service/** filters: