Skip to content

Commit 247a68e

Browse files
committed
prettify URL of the final web app
1 parent ae0f8be commit 247a68e

File tree

1 file changed

+6
-1
lines changed
  • standalone-approuter-html5-runtime-mta-hello-world/router

1 file changed

+6
-1
lines changed
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
2-
"welcomeFile": "/helloworldapprouter/index.html",
2+
"welcomeFile": "/index.html",
33
"authenticationMethod": "route",
44
"routes": [
55
{
66
"source": "/user-api/currentUser$",
77
"target": "/currentUser",
88
"service": "sap-approuter-userapi"
9+
},
10+
{
11+
"source": "(.*)",
12+
"target": "/helloworldapprouter/$1",
13+
"service": "html5-apps-repo-rt"
914
}
1015
]
1116
}

0 commit comments

Comments
 (0)