{
  "welcomeFile": "/index.html",
  "authenticationMethod": "route",
  "routes": [
    {
      "source": "^/?odata/(.*)$",
      "target": "/odata/$1",
      "destination": "srv-api"{{#hasXsuaa}},
      "authenticationType": "xsuaa"{{/hasXsuaa}},
      "csrfProtection": false
    },
    {
        "source": ".*",
        "service": "app-front"
    }
  ]
}
