diff --git a/.deploy/app-router/xs-app.json b/.deploy/app-router/xs-app.json index 2522069..369e297 100644 --- a/.deploy/app-router/xs-app.json +++ b/.deploy/app-router/xs-app.json @@ -8,38 +8,32 @@ "cacheControl": "no-cache, no-store, must-revalidate" }, { - "source": "^/admin/(.*)$", - "target": "/admin/$1", + "source": "^/admin/", "destination": "bookstore-api", "csrfProtection": true }, { - "source": "^/user/(.*)$", - "target": "/user/$1", + "source": "^/user/", "destination": "bookstore-api", "csrfProtection": true }, { - "source": "^/odata/v4/orders/(.*)$", - "target": "/odata/v4/orders/$1", + "source": "^/odata/v4/orders/", "destination": "orders-api", "csrfProtection": true }, { - "source": "^/odata/v4/reviews/(.*)$", - "target": "/odata/v4/reviews/$1", + "source": "^/odata/v4/reviews/", "destination": "reviews-api", "csrfProtection": true }, { - "source": "^/rest/browse/(.*)$", - "target": "/rest/browse/$1", + "source": "^/rest/browse/", "destination": "bookstore-api", "csrfProtection": true }, { - "source": "^/rest/reviews/(.*)$", - "target": "/rest/reviews/$1", + "source": "^/rest/reviews/", "destination": "reviews-api", "csrfProtection": true }