1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/vercel.json

17 lines
348 B
JSON
Raw Normal View History

{
"rewrites": [
{
"source": "/api/:match*",
"destination": "https://unleash4.herokuapp.com/api/:match*"
},
{
"source": "/logout",
"destination": "https://unleash4.herokuapp.com/logout"
},
{
"source": "/auth/:match*",
"destination": "https://unleash4.herokuapp.com/auth/:match*"
}
]
}