diff --git a/EnvelopeGenerator.API/yarp.json b/EnvelopeGenerator.API/yarp.json index cd16812a..bda2a03e 100644 --- a/EnvelopeGenerator.API/yarp.json +++ b/EnvelopeGenerator.API/yarp.json @@ -1,6 +1,14 @@ { "ReverseProxy": { "Routes": { + "receiver-ui": { + "ClusterId": "receiver-ui", + "Order": 100, + "Match": { + "Path": "{**catch-all}", + "Methods": [ "GET", "HEAD" ] + } + }, "auth-login": { "ClusterId": "auth-hub", "Match": { @@ -24,6 +32,13 @@ } }, "Clusters": { + "receiver-ui": { + "Destinations": { + "primary": { + "Address": "https://localhost:52936" + } + } + }, "auth-hub": { "Destinations": { "primary": {