Skip to content

Commit

Permalink
Update YARP configuration to route only /api/account-management-api/ …
Browse files Browse the repository at this point in the history
…traffic to AccountManagement self-contained system
  • Loading branch information
tjementum committed Jul 1, 2024
1 parent 52859c7 commit 9e463f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/AppGateway/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"account-management-api": {
"ClusterId": "account-management-api",
"Match": {
"Path": "/api/{**catch-all}"
"Path": "/api/account-management-api/{**catch-all}"
},
"Transforms": [
{
Expand Down

0 comments on commit 9e463f1

Please sign in to comment.