aboutsummaryrefslogtreecommitdiff
path: root/config/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'config/index.js')
-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