diff --git a/src/ApiGateway/appsettings.json b/src/ApiGateway/appsettings.json index 74c7ae9..8d15d93 100644 --- a/src/ApiGateway/appsettings.json +++ b/src/ApiGateway/appsettings.json @@ -16,7 +16,10 @@ "customer-route": { "ClusterId": "customer-cluster", "Match": { "Path": "/api/customers/{**catch-all}" }, - "Transforms": [{ "PathRemovePrefix": "/api/customers" }] + "Transforms": [ + { "PathRemovePrefix": "/api/customers" }, + { "PathPrefix": "/api/customer" } + ] }, "order-route": { "ClusterId": "order-cluster",