22 lines
360 B
JSON
22 lines
360 B
JSON
{
|
|
"welcomeFile": "/fiori.html",
|
|
"authenticationMethod": "route",
|
|
"routes": [
|
|
{
|
|
"source": "^/.*(html|js)$",
|
|
"localDir": "."
|
|
},
|
|
{
|
|
"source": "^/sapui5/.*",
|
|
"localDir": "."
|
|
},
|
|
{
|
|
"source": "^/.*/webapp/.*",
|
|
"localDir": "."
|
|
},
|
|
{
|
|
"source": "/",
|
|
"destination": "srv-binding"
|
|
}
|
|
]
|
|
} |