Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
fix: yarp proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
foxminchan committed Jun 6, 2024
1 parent 2eb5785 commit 84b0207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/RookieShop.AppHost/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"backoffice": {
"ClusterId": "backoffice",
"Match": {
"Path": "/backoffice/{*any}"
"Path": "{**catch-all}"
},
"Transforms": [
{
Expand All @@ -74,7 +74,7 @@
"storefront": {
"ClusterId": "storefront",
"Match": {
"Path": "{**catch-all}"
"Path": "/storefront/{*any}"
},
"Transforms": [
{
Expand Down

0 comments on commit 84b0207

Please sign in to comment.