diff options
| author | Henry Jameson <me@hjkos.com> | 2018-11-26 04:42:25 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2018-11-26 04:42:25 +0300 |
| commit | 2dbc5f757d4e84e210a45ea99a64b79df6778b77 (patch) | |
| tree | 3b152024982f585a84fbc94bb07c721d29c90817 | |
| parent | e06717fd0dfa4b37ebf481d5f4cd7ce8ef0034d0 (diff) | |
whoops
| -rw-r--r-- | config/index.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/index.js b/config/index.js index 395d1306..7b0ef26c 100644 --- a/config/index.js +++ b/config/index.js @@ -23,17 +23,17 @@ module.exports = { assetsPublicPath: '/', proxyTable: { '/api': { - target: 'https://shigusegubu.club/', + target: 'http://localhost:4000/', changeOrigin: true, cookieDomainRewrite: 'localhost' }, '/nodeinfo': { - target: 'https://shigusegubu.club/', + target: 'http://localhost:4000/', changeOrigin: true, cookieDomainRewrite: 'localhost' }, '/socket': { - target: 'https://shigusegubu.club/', + target: 'http://localhost:4000/', changeOrigin: true, cookieDomainRewrite: 'localhost', ws: true |
