diff --git a/config/index.js b/config/index.js index ccec4196..d0d71220 100644 --- a/config/index.js +++ b/config/index.js @@ -38,6 +38,11 @@ module.exports = { changeOrigin: true, cookieDomainRewrite: 'localhost' }, + '/instance': { + target, + changeOrigin: true, + cookieDomainRewrite: 'localhost' + }, '/nodeinfo': { target, changeOrigin: true,