refactor(ocelot.Development.json): Port 7120 auf 7103 aktualisiert

This commit is contained in:
Developer 02 2025-03-24 15:26:58 +01:00
parent 8a8f77c4d5
commit 896eee35bd

View File

@ -6,7 +6,7 @@
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 7120
"Port": 7103
}
],
"UpstreamPathTemplate": "/swagger/{route}",
@ -46,7 +46,7 @@
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 7120
"Port": 7103
}
],
"UpstreamPathTemplate": "/api/Auth/check",
@ -58,7 +58,7 @@
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 7120
"Port": 7103
}
],
"UpstreamPathTemplate": "/api/{route}",
@ -75,7 +75,7 @@
"DownstreamHostAndPorts": [
{
"Host": "localhost",
"Port": 7120
"Port": 7103
}
],
"UpstreamPathTemplate": "/api/{route}{id}",
@ -86,6 +86,5 @@
}
],
"GlobalConfiguration": {
"BaseUrl": "https://localhost:7052"
}
}