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