re-including app folder
This commit is contained in:
17
media-store/app/deployers/approuter/xs-app.json
Normal file
17
media-store/app/deployers/approuter/xs-app.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"welcomeFile": "/index.html",
|
||||
"authenticationMethod": "none",
|
||||
"routes": [
|
||||
{
|
||||
"source": "/api/(.*)",
|
||||
"target": "$1",
|
||||
"destination": "srv-binding",
|
||||
"authenticationType": "none"
|
||||
},
|
||||
{
|
||||
"source": "^(.*)",
|
||||
"target": "mediastore/$1",
|
||||
"service": "html5-apps-repo-rt"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user