{
  {{#hasIndexHtml}}"welcomeFile": "/index.html",{{/hasIndexHtml}}
  "authenticationMethod": "route",
  "routes": [
    {
      "source": "^/?odata/(.*)$",
      "target": "/odata/$1",
      "destination": "srv-api",
      {{#hasXsuaa}}"authenticationType": "xsuaa",{{/hasXsuaa}}
      {{#hasIas}}"authenticationType": "ias",{{/hasIas}}
      "csrfProtection": true
    },
    {
      "source": "^(.*)$",
      "service": "html5-apps-repo-rt",
      {{#hasXsuaa}}"authenticationType": "xsuaa",{{/hasXsuaa}}
      {{#hasIas}}"authenticationType": "ias",{{/hasIas}}
      "target": "$1"
    }
  ]
}
