We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae0f8be commit 247a68eCopy full SHA for 247a68e
standalone-approuter-html5-runtime-mta-hello-world/router/xs-app.json
@@ -1,11 +1,16 @@
1
{
2
- "welcomeFile": "/helloworldapprouter/index.html",
+ "welcomeFile": "/index.html",
3
"authenticationMethod": "route",
4
"routes": [
5
6
"source": "/user-api/currentUser$",
7
"target": "/currentUser",
8
"service": "sap-approuter-userapi"
9
+ },
10
+ {
11
+ "source": "(.*)",
12
+ "target": "/helloworldapprouter/$1",
13
+ "service": "html5-apps-repo-rt"
14
}
15
]
16
0 commit comments