aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/index.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/index.js b/config/index.js
index 5d2cb833..7b0ef26c 100644
--- a/config/index.js
+++ b/config/index.js
@@ -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,