mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-05 17:53:12 +02:00
Revert
This commit is contained in:
parent
0c6b391195
commit
d29e75a497
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user