1
0
mirror of https://git.pleroma.social/sjw/pleroma-fe.git synced 2025-01-24 18:40:11 +01:00
This commit is contained in:
Henry Jameson 2018-11-26 04:42:25 +03:00
parent e06717fd0d
commit 2dbc5f757d

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