1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/vercel.json
Ivar Conradi Østhus 44eabb8d73 fix: vercel mappings
2021-10-26 23:31:09 +02:00

8 lines
297 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*" }
]
}