proxying nodeinfo

This commit is contained in:
Henry Jameson 2018-09-17 18:54:34 +03:00
parent 9467462ef0
commit 347c2c02df
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,11 @@ module.exports = {
changeOrigin: true,
cookieDomainRewrite: 'localhost'
},
'/nodeinfo': {
target: 'http://localhost:4000/',
changeOrigin: true,
cookieDomainRewrite: 'localhost'
},
'/socket': {
target: 'http://localhost:4000/',
changeOrigin: true,