Activities of "dmiller1301"

{ "ServiceKey": "Saas Service", "DownstreamPathTemplate": "/api/payment/{everything}", "DownstreamScheme": "https", "DownstreamHostAndPorts": [ { "Host": "localhost", "Port": 44381 } ], "UpstreamPathTemplate": "/api/payment/{everything}", "UpstreamHttpMethod": [ "Put", "Delete", "Get", "Post" ] }, this is what was missing in the internal gateway ocelot json. Is it usually generated when you add payment module or is this something I have to add on a fresh project.

any how it, adding this to the json did work. Thanks a lot for the tip.

Showing 1 to 1 of 1 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11