diff --git a/config/index.js b/config/index.js index 395d1306..7b0ef26c 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