1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00

fix: vercel mappings

This commit is contained in:
Ivar Conradi Østhus 2021-10-26 23:31:09 +02:00
parent 794a5d5edc
commit 44eabb8d73

View File

@ -2,6 +2,6 @@
"rewrites": [ "rewrites": [
{ "source": "/api/:match*", "destination": "https://unleash.herokuapp.com/api/:match*" }, { "source": "/api/:match*", "destination": "https://unleash.herokuapp.com/api/:match*" },
{ "source": "/logout", "destination": "https://unleash.herokuapp.com/logout" }, { "source": "/logout", "destination": "https://unleash.herokuapp.com/logout" },
{ "source": "/auth", "destination": "https://unleash.herokuapp.com/auth" } { "source": "/auth/:match*", "destination": "https://unleash.herokuapp.com/auth/:match*" }
] ]
} }