From d29e75a4974ec82dd46fc470e66882d84b54833e Mon Sep 17 00:00:00 2001 From: sjaanus Date: Tue, 27 Sep 2022 16:39:50 +0300 Subject: [PATCH] Revert --- frontend/vercel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/vercel.json b/frontend/vercel.json index afb381a2a9..9364a961e7 100644 --- a/frontend/vercel.json +++ b/frontend/vercel.json @@ -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" }