1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00
This commit is contained in:
sjaanus 2022-09-27 16:39:50 +03:00
parent 0c6b391195
commit d29e75a497

View File

@ -1,15 +1,15 @@
{
"rewrites": [
{
"source": "/selfhosted/api/:match*",
"source": "/api/:match*",
"destination": "https://sandbox.getunleash.io/selfhosted/api/:match*"
},
{
"source": "/selfhosted/logout",
"source": "/logout",
"destination": "https://sandbox.getunleash.io/selfhosted/logout"
},
{
"source": "/selfhosted/auth/:match*",
"source": "/auth/:match*",
"destination": "https://sandbox.getunleash.io/selfhosted/auth/:match*"
},
{ "source": "/(.*)", "destination": "/index.html" }