diff --git a/src/ApiGateway/appsettings.json b/src/ApiGateway/appsettings.json index 74c7ae9..56df995 100644 --- a/src/ApiGateway/appsettings.json +++ b/src/ApiGateway/appsettings.json @@ -26,7 +26,10 @@ "product-route": { "ClusterId": "product-cluster", "Match": { "Path": "/api/products/{**catch-all}" }, - "Transforms": [{ "PathRemovePrefix": "/api/products" }] + "Transforms": [ + { "PathRemovePrefix": "/api/products" }, + { "PathPrefix": "/api/product" } + ] }, "notification-route": { "ClusterId": "notification-cluster",