X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fproxy.conf.json;h=3284709bb23ef284cbba727d4c17b65c7a03607e;hb=7d00feb53e92bdce4e9daa817d07f458af75922f;hp=d704341e4af8a6388dd6e6b5094eed22b6d45aad;hpb=85132f5ec832e4d28a334a21a036e4b3a9ef7eca;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/proxy.conf.json b/webapp-frontend/proxy.conf.json index d704341..3284709 100644 --- a/webapp-frontend/proxy.conf.json +++ b/webapp-frontend/proxy.conf.json @@ -3,8 +3,12 @@ "target": "http://localhost:9090", "secure": false }, - "/ei-producer": { + "/data-producer": { "target": "http://localhost:9090", "secure": false - } -} \ No newline at end of file + }, + "/data-consumer": { + "target": "http://localhost:9090", + "secure": false + } +}