Skip to content
Snippets Groups Projects
Commit 347c2c02 authored by HJ's avatar HJ :fire:
Browse files

proxying nodeinfo

parent 9467462e
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment