{ "authenticationMethod": "route", "routes": [ { "source": "^/app/(.*)$", "target": "$1", "localDir": ".", "authenticationType": "xsuaa", "cacheControl": "no-cache, no-store, must-revalidate" }, { "source": "^/(.*)$", "target": "$1", "destination": "srv-api", "authenticationType": "xsuaa", "csrfProtection": false } ] }