SAP-BTP-Spielwiese/app1/xs-app.json

10 lines
136 B
JSON
Raw Permalink Normal View History

{
"routes": [
{
"source": "^/myapp/(.*)$",
"target": "$1",
"destination": "myapp"
}
]
}