Add approuter
This commit is contained in:
28
multitenancy/app/xs-app.json
Normal file
28
multitenancy/app/xs-app.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"welcomeFile": "/admin-fiori.html",
|
||||
"authenticationMethod": "route",
|
||||
"sessionTimeout": 30,
|
||||
"logout": {
|
||||
"logoutEndpoint": "/do/logout",
|
||||
"logoutPage": "/"
|
||||
},
|
||||
"routes": [
|
||||
{
|
||||
"source": "^/((admin|browse|orders)/webapp/.*)$",
|
||||
"target": "$1",
|
||||
"localDir": ".",
|
||||
"authenticationType": "xsuaa"
|
||||
},
|
||||
{
|
||||
"source": "^(/[^/]+\\.html(\\?.*)?)$",
|
||||
"target": "$1",
|
||||
"localDir": ".",
|
||||
"authenticationType": "xsuaa"
|
||||
},
|
||||
{
|
||||
"source": "^.*$",
|
||||
"destination": "srv-api",
|
||||
"authenticationType": "xsuaa"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user