add destinations for bookstore

This commit is contained in:
Vladislav Leonkev
2024-12-09 20:51:13 +01:00
parent 32b0e82c98
commit 03afb68ad9
5 changed files with 568 additions and 31 deletions

View File

@@ -58,18 +58,6 @@
"target": "/user/$1",
"destination": "bookstore-api",
"csrfProtection": true
},
{
"source": "^/mashup/orders/(.*)$",
"target": "/odata/v4/orders/$1",
"destination": "bookstore-api",
"csrfProtection": true
},
{
"source": "^/mashup/reviews/(.*)$",
"target": "/reviews/$1",
"destination": "bookstore-api",
"csrfProtection": true
}
]
}