aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-11-26 04:42:25 +0300
committerHenry Jameson <me@hjkos.com>2018-11-26 04:42:25 +0300
commit2dbc5f757d4e84e210a45ea99a64b79df6778b77 (patch)
tree3b152024982f585a84fbc94bb07c721d29c90817
parente06717fd0dfa4b37ebf481d5f4cd7ce8ef0034d0 (diff)
whoops
-rw-r--r--config/index.js6
1 files changed, 3 insertions, 3 deletions
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