X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fproxy.conf.json;h=3284709bb23ef284cbba727d4c17b65c7a03607e;hb=refs%2Fchanges%2F70%2F6370%2F1;hp=becd017da8b5e2c369f959f97c9e3f5eabcb3330;hpb=1b0075b7dba448dc6ea494649e0141bee615b8f5;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/proxy.conf.json b/webapp-frontend/proxy.conf.json index becd017..3284709 100644 --- a/webapp-frontend/proxy.conf.json +++ b/webapp-frontend/proxy.conf.json @@ -6,5 +6,9 @@ "/data-producer": { "target": "http://localhost:9090", "secure": false - } -} \ No newline at end of file + }, + "/data-consumer": { + "target": "http://localhost:9090", + "secure": false + } +}