This commit is contained in:
Henry Jameson 2018-11-26 04:42:25 +03:00
parent e06717fd0d
commit 2dbc5f757d
1 changed files with 3 additions and 3 deletions

View File

@ -23,17 +23,17 @@ module.exports = {
assetsPublicPath: '/', assetsPublicPath: '/',
proxyTable: { proxyTable: {
'/api': { '/api': {
target: 'https://shigusegubu.club/', target: 'http://localhost:4000/',
changeOrigin: true, changeOrigin: true,
cookieDomainRewrite: 'localhost' cookieDomainRewrite: 'localhost'
}, },
'/nodeinfo': { '/nodeinfo': {
target: 'https://shigusegubu.club/', target: 'http://localhost:4000/',
changeOrigin: true, changeOrigin: true,
cookieDomainRewrite: 'localhost' cookieDomainRewrite: 'localhost'
}, },
'/socket': { '/socket': {
target: 'https://shigusegubu.club/', target: 'http://localhost:4000/',
changeOrigin: true, changeOrigin: true,
cookieDomainRewrite: 'localhost', cookieDomainRewrite: 'localhost',
ws: true ws: true