We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5291205 commit 377573cCopy full SHA for 377573c
1 file changed
.deploy/app-router/xs-app.json
@@ -36,6 +36,18 @@
36
"target": "/reviews/$1",
37
"destination": "reviews-api",
38
"csrfProtection": true
39
+ },
40
+ {
41
+ "source": "^/rest/catalog/(.*)$",
42
+ "target": "/rest/catalog/$1",
43
+ "destination": "bookstore-api",
44
+ "csrfProtection": true
45
46
47
+ "source": "^/rest/reviews/(.*)$",
48
+ "target": "/rest/reviews/$1",
49
+ "destination": "reviews-api",
50
51
}
52
]
53
0 commit comments