From 2dbc5f757d4e84e210a45ea99a64b79df6778b77 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 26 Nov 2018 04:42:25 +0300 Subject: [PATCH] whoops --- config/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/index.js b/config/index.js index 395d130645..7b0ef26cf3 100644 --- a/config/index.js +++ b/config/index.js @@ -23,17 +23,17 @@ module.exports = { assetsPublicPath: '/', proxyTable: { '/api': { - target: 'https://shigusegubu.club/', + target: 'http://localhost:4000/', changeOrigin: true, cookieDomainRewrite: 'localhost' }, '/nodeinfo': { - target: 'https://shigusegubu.club/', + target: 'http://localhost:4000/', changeOrigin: true, cookieDomainRewrite: 'localhost' }, '/socket': { - target: 'https://shigusegubu.club/', + target: 'http://localhost:4000/', changeOrigin: true, cookieDomainRewrite: 'localhost', ws: true