1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-10 17:53:36 +02:00
unleash.unleash/frontend/vercel.json
2022-09-27 16:39:50 +03:00

18 lines
435 B
JSON

{
"rewrites": [
{
"source": "/api/:match*",
"destination": "https://sandbox.getunleash.io/selfhosted/api/:match*"
},
{
"source": "/logout",
"destination": "https://sandbox.getunleash.io/selfhosted/logout"
},
{
"source": "/auth/:match*",
"destination": "https://sandbox.getunleash.io/selfhosted/auth/:match*"
},
{ "source": "/(.*)", "destination": "/index.html" }
]
}