From 6fe512f0519fd40c50b7bc6e8d4c23842c52b5c1 Mon Sep 17 00:00:00 2001 From: Marsell Kukuljevic Date: Sun, 2 May 2021 01:13:30 +0200 Subject: [PATCH] Fix proxying so SPA in dev mode is happy. --- app/proxy.conf.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/proxy.conf.js b/app/proxy.conf.js index e67c588..2b8d2fe 100644 --- a/app/proxy.conf.js +++ b/app/proxy.conf.js @@ -2,7 +2,6 @@ module.exports = { '/api': { target: 'https://localhost:8443', secure: false, - pathRewrite: {'^/api': ''}, logLevel: 'debug' } -} \ No newline at end of file +}