Update API routing and port configuration

- Changed `DownstreamPathTemplate` from `/api/Auth/check` to `/api/Auth/sign-flow-gen/login`.
- Updated `DownstreamHostAndPorts` port from `7174` to `7192`.
- Modified `UpstreamPathTemplate` from `/api/Auth/check` to `/api/Auth/form`.
This commit is contained in:
Developer 02 2025-05-05 10:16:27 +02:00
parent d34ba75deb
commit 6be3d5373a

View File

@ -110,15 +110,15 @@
"UpstreamHttpMethod": [ "Post" ]
},
{
"DownstreamPathTemplate": "/api/Auth/check",
"DownstreamPathTemplate": "/api/Auth/sign-flow-gen/login",
"DownstreamScheme": "https",
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 7174
"Port": 7192
}
],
"UpstreamPathTemplate": "/api/Auth/check",
"UpstreamPathTemplate": "/api/Auth/form",
"UpstreamHttpMethod": [ "Post" ]
},
{