config: fix typo

このコミットが含まれているのは:
William Pitcock 2018-06-07 01:13:58 +00:00
コミット fd25f68741
1個のファイルの変更2行の追加2行の削除

ファイルの表示

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