fix(ocelot): Update DownstreamPathTemplate for authentication

This commit is contained in:
Developer 02 2025-03-25 13:51:21 +01:00
parent 896eee35bd
commit 9844cd16e8

View File

@ -29,7 +29,7 @@
]
},
{
"DownstreamPathTemplate": "/api/Auth/work-flow?cookie=false",
"DownstreamPathTemplate": "/api/Auth/user-manager?cookie=true",
"DownstreamScheme": "https",
"DownstreamHostAndPorts": [
{
@ -37,7 +37,7 @@
"Port": 7192
}
],
"UpstreamPathTemplate": "/api/Auth",
"UpstreamPathTemplate": "/api/Auth/login",
"UpstreamhttpsMethod": [ "Post" ]
},
{