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:
parent
d34ba75deb
commit
6be3d5373a
@ -110,15 +110,15 @@
|
|||||||
"UpstreamHttpMethod": [ "Post" ]
|
"UpstreamHttpMethod": [ "Post" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DownstreamPathTemplate": "/api/Auth/check",
|
"DownstreamPathTemplate": "/api/Auth/sign-flow-gen/login",
|
||||||
"DownstreamScheme": "https",
|
"DownstreamScheme": "https",
|
||||||
"DownstreamHostAndPorts": [
|
"DownstreamHostAndPorts": [
|
||||||
{
|
{
|
||||||
"Host": "localhost",
|
"Host": "localhost",
|
||||||
"Port": 7174
|
"Port": 7192
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"UpstreamPathTemplate": "/api/Auth/check",
|
"UpstreamPathTemplate": "/api/Auth/form",
|
||||||
"UpstreamHttpMethod": [ "Post" ]
|
"UpstreamHttpMethod": [ "Post" ]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user