proxying nodeinfo

このコミットが含まれているのは:
Henry Jameson 2018-09-17 18:54:34 +03:00
コミット 347c2c02df
1個のファイルの変更5行の追加0行の削除

ファイルの表示

@ -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,