Skip to content

Instantly share code, notes, and snippets.

@ArnaudBuchholz
Created April 6, 2020 13:25
Show Gist options
  • Save ArnaudBuchholz/b672edcd040bae2edcf15d285e32a227 to your computer and use it in GitHub Desktop.
Save ArnaudBuchholz/b672edcd040bae2edcf15d285e32a227 to your computer and use it in GitHub Desktop.
{
"port": 8080,
"mappings": [{
"match": "/resources/(.*)",
"headers": {
"Location": "https://openui5.hana.ondemand.com/1.76.0/resources/$1"
},
"status": 302
}, {
"match": "^/(\\?.*)?$",
"file": "./webapp/index.html"
}, {
"match": "^/(.*)",
"file": "./webapp/$1"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment