{ "routes": [ { "path": "/", "methods": ["GET"], "backend": { "type": "HTTP_BACKEND", "url": "https://objectstorage.sa-saopaulo-1.oraclecloud.com/n/grbb7qzeuoag/b/mfe-shell-dev/o/index.html", "connectTimeoutInSeconds": 10, "readTimeoutInSeconds": 30, "sendTimeoutInSeconds": 10, "isSslVerifyDisabled": true } }, { "path": "/{file}", "methods": ["GET"], "backend": { "type": "HTTP_BACKEND", "url": "https://objectstorage.sa-saopaulo-1.oraclecloud.com/n/grbb7qzeuoag/b/mfe-shell-dev/o/${request.path[file]}", "connectTimeoutInSeconds": 10, "readTimeoutInSeconds": 30, "sendTimeoutInSeconds": 10, "isSslVerifyDisabled": true } }, { "path": "/{path*}", "methods": ["GET"], "backend": { "type": "HTTP_BACKEND", "url": "https://objectstorage.sa-saopaulo-1.oraclecloud.com/n/grbb7qzeuoag/b/mfe-shell-dev/o/index.html", "connectTimeoutInSeconds": 10, "readTimeoutInSeconds": 30, "sendTimeoutInSeconds": 10, "isSslVerifyDisabled": true } } ] }