From 3d7c5d54d81e318fc5765fef5da4ce7e1829c32b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Wed, 1 Sep 2021 19:13:36 +0200 Subject: [PATCH] remove outdated dev proxy. --- vue.config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vue.config.js b/vue.config.js index 2277bd69..c723d660 100644 --- a/vue.config.js +++ b/vue.config.js @@ -13,10 +13,6 @@ module.exports = { devServer: { disableHostCheck: true, proxy: { - '^/ws': { - target: 'ws://' + process.env.NEKO_HOST + ':' + process.env.NEKO_PORT + '/', - ws: true, - }, '^/api': { target: 'http://' + process.env.NEKO_HOST + ':' + process.env.NEKO_PORT + '/', },