mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
fix: update vercel proxy paths (#2623)
* Updates vercel proxy paths to match new deployment
This commit is contained in:
parent
fee95475bd
commit
8fed007fe1
@ -2,15 +2,15 @@
|
|||||||
"rewrites": [
|
"rewrites": [
|
||||||
{
|
{
|
||||||
"source": "/api/:match*",
|
"source": "/api/:match*",
|
||||||
"destination": "https://unleash4.herokuapp.com/api/:match*"
|
"destination": "https://unleash.herokuapp.com/api/:match*"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "/logout",
|
"source": "/logout",
|
||||||
"destination": "https://unleash4.herokuapp.com/logout"
|
"destination": "https://unleash.herokuapp.com/logout"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "/auth/:match*",
|
"source": "/auth/:match*",
|
||||||
"destination": "https://unleash4.herokuapp.com/auth/:match*"
|
"destination": "https://unleash.herokuapp.com/auth/:match*"
|
||||||
},
|
},
|
||||||
{ "source": "/(.*)", "destination": "/index.html" }
|
{ "source": "/(.*)", "destination": "/index.html" }
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user