final state of exercise 4
This commit is contained in:
23
packages/bookstore/app/bookList/xs-app.json
Normal file
23
packages/bookstore/app/bookList/xs-app.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"welcomeFile": "/index.html",
|
||||
"authenticationMethod": "none",
|
||||
"logout": {
|
||||
"logoutEndpoint": "/do/logout"
|
||||
},
|
||||
"routes": [
|
||||
{
|
||||
"source": "^/catalog/(.*)$",
|
||||
"target": "$1",
|
||||
"destination": "srv-api",
|
||||
"csrfProtection": false,
|
||||
"authenticationType": "none"
|
||||
},
|
||||
{
|
||||
"source": "^(.*)$",
|
||||
"target": "$1",
|
||||
"service": "html5-apps-repo-rt",
|
||||
"authenticationType": "xsuaa"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user