mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
8 lines
297 B
JSON
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*" }
|
|
]
|
|
}
|