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: '/',
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