diff options
| author | William Pitcock <nenolod@dereferenced.org> | 2018-06-07 01:13:58 +0000 |
|---|---|---|
| committer | William Pitcock <nenolod@dereferenced.org> | 2018-06-07 01:13:58 +0000 |
| commit | fd25f6874193fb9413f14be17f7c6e567a3b8a28 (patch) | |
| tree | 4a62b75cdae9bfdf9418430e7f6805a81c7f416f | |
| parent | f3a27764aaf31a434c3f858668aa97e6c7328011 (diff) | |
config: fix typo
| -rw-r--r-- | config/index.js | 4 |
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 |
