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:
parent
794a5d5edc
commit
44eabb8d73
@ -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*" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user