Add path for EI Consumer
[portal/nonrtric-controlpanel.git] / webapp-frontend / proxy.conf.json
index becd017..3284709 100644 (file)
@@ -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
+  }
+}