Skip to content

Commit

Permalink
Fix YARP Gateway routes for /api/account-management and /api/back-office
Browse files Browse the repository at this point in the history
  • Loading branch information
tjementum committed Nov 26, 2024
1 parent b9f0494 commit 8e58ca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/AppGateway/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"account-management-api": {
"ClusterId": "account-management-api",
"Match": {
"Path": "/api/account-management-api/{**catch-all}"
"Path": "/api/account-management/{**catch-all}"
},
"Transforms": [
{
"PathPattern": "/api/{**catch-all}"
"PathPattern": "/api/account-management/{**catch-all}"
}
]
},
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"Transforms": [
{
"PathPattern": "api/{**catch-all}"
"PathPattern": "/api/back-office/{**catch-all}"
}
]
},
Expand Down

0 comments on commit 8e58ca3

Please sign in to comment.