mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-10 17:53:36 +02:00
Remove heroku from e2e tests
This commit is contained in:
parent
b206d582ed
commit
289a800773
@ -2,15 +2,15 @@
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/api/:match*",
|
||||
"destination": "https://unleash4.herokuapp.com/api/:match*"
|
||||
"destination": "https://sandbox.getunleash.io/selfhosted/api/:match*"
|
||||
},
|
||||
{
|
||||
"source": "/logout",
|
||||
"destination": "https://unleash4.herokuapp.com/logout"
|
||||
"destination": "https://sandbox.getunleash.io/selfhosted/logout"
|
||||
},
|
||||
{
|
||||
"source": "/auth/:match*",
|
||||
"destination": "https://unleash4.herokuapp.com/auth/:match*"
|
||||
"destination": "https://sandbox.getunleash.io/selfhosted/auth/:match*"
|
||||
},
|
||||
{ "source": "/(.*)", "destination": "/index.html" }
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user