config: fix typo

environments/dev/deployments/119
William Pitcock 6 years ago
parent f3a27764aa
commit fd25f68741

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

Loading…
Cancel
Save