Fix routing to EI service
[it/dep.git] / nonrtric / helm / nonrtricgateway / resources / config / application.yaml
index 1a6c1bf..124e23c 100644 (file)
@@ -26,14 +26,14 @@ spring:
       httpserver:
         wiretap: true
       routes:
-      - id: a1-policy
+      - id: A1-Policy
         uri: https://policymanagementservice:9081
         predicates:
         - Path=/a1-policy/**
-      - id: ei-producer
+      - id: A1-EI
         uri: https://enrichmentservice:9083
         predicates:
-        - Path=/ei-producer/**
+        - Path=/data-producer/**,/data-consumer/**
 management:
   endpoint:
     gateway: