aboutsummaryrefslogtreecommitdiff
path: root/config/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'config/index.js')
-rw-r--r--config/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/index.js b/config/index.js
index c48d91b8..5d2cb833 100644
--- a/config/index.js
+++ b/config/index.js
@@ -23,12 +23,12 @@ module.exports = {
assetsPublicPath: '/',
proxyTable: {
'/api': {
- target: 'htts://localhost:4000/',
+ target: 'http://localhost:4000/',
changeOrigin: true,
cookieDomainRewrite: 'localhost'
},
'/socket': {
- target: 'htts://localhost:4000/',
+ target: 'http://localhost:4000/',
changeOrigin: true,
cookieDomainRewrite: 'localhost',
ws: true