1
0
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:
sjaanus 2022-09-27 15:46:11 +03:00
parent b206d582ed
commit 289a800773

View File

@ -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" }
]