config: fix typo

This commit is contained in:
William Pitcock 2018-06-07 01:13:58 +00:00
parent f3a27764aa
commit fd25f68741
1 changed files with 2 additions and 2 deletions

View File

@ -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