From 8bc9ec161e7f4e4874aae64358942ba5f561dba4 Mon Sep 17 00:00:00 2001 From: Vincent Le Goff Date: Tue, 30 May 2023 10:31:25 +0200 Subject: [PATCH] fix: remove legacy endpoints --- vite.config.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/vite.config.js b/vite.config.js index 20f4867c..267acf58 100644 --- a/vite.config.js +++ b/vite.config.js @@ -82,14 +82,6 @@ export default ({ command, mode }) => { mutateCookieAttributes(proxy) } }, - '^/portal_api': { - target: portalApiUrl, - changeOrigin: true, - configure: (proxy, options) => { - mutateCookieAttributes(proxy) - setHostHeader(proxy) - } - }, '^/api': { target: portalApiUrl, changeOrigin: true,