20 lines
502 B
JSON
20 lines
502 B
JSON
|
|
{
|
||
|
|
"rewrites": [
|
||
|
|
{
|
||
|
|
"source": "/api/:slug*",
|
||
|
|
"destination": "https://release.app.appsmith.com/api/:slug*"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"source": "/oauth2/:slug*",
|
||
|
|
"destination": "https://release.app.appsmith.com/oauth2/:slug*"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"source": "/login/:slug*",
|
||
|
|
"destination": "https://release.app.appsmith.com/login/:slug*"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"source": "/f/:slug*",
|
||
|
|
"destination": "https://cdn.optimizely.com/:slug*"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|