mirror of
https://github.com/Unleash/unleash.git
synced 2024-11-01 19:07:38 +01:00
8fed007fe1
* Updates vercel proxy paths to match new deployment
18 lines
402 B
JSON
18 lines
402 B
JSON
{
|
|
"rewrites": [
|
|
{
|
|
"source": "/api/:match*",
|
|
"destination": "https://unleash.herokuapp.com/api/:match*"
|
|
},
|
|
{
|
|
"source": "/logout",
|
|
"destination": "https://unleash.herokuapp.com/logout"
|
|
},
|
|
{
|
|
"source": "/auth/:match*",
|
|
"destination": "https://unleash.herokuapp.com/auth/:match*"
|
|
},
|
|
{ "source": "/(.*)", "destination": "/index.html" }
|
|
]
|
|
}
|