mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-10 17:53:36 +02:00
18 lines
435 B
JSON
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" }
|
|
]
|
|
}
|