Skip to content

Commit 377573c

Browse files
authored
add missing routes (#20)
1 parent 5291205 commit 377573c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.deploy/app-router/xs-app.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,18 @@
3636
"target": "/reviews/$1",
3737
"destination": "reviews-api",
3838
"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+
"csrfProtection": true
3951
}
4052
]
4153
}

0 commit comments

Comments
 (0)