PromucFlow_constructor/app/client/vercel.json
Abhinav Jha 938edd5284
chore: Remove old way of adding feature flags (#11213)
* Remove optimizely, as it isn't being used anymore from the frontend codebase

* Remove optimizely references form netlify config, vercel config, index.html, docker script, nginx templates and example .env file
2022-02-16 19:57:58 +05:30

16 lines
395 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*"
}
]
}