From 289a8007736567e9aca50db4d4c1d55727811e4f Mon Sep 17 00:00:00 2001 From: sjaanus Date: Tue, 27 Sep 2022 15:46:11 +0300 Subject: [PATCH] Remove heroku from e2e tests --- frontend/vercel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/vercel.json b/frontend/vercel.json index 8d6957eeb2..9364a961e7 100644 --- a/frontend/vercel.json +++ b/frontend/vercel.json @@ -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" } ]