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