Merge "make aai paths consistent"
authorMatthieu Geerebaert <matthieu.geerebaert@orange.com>
Mon, 2 Sep 2019 12:37:16 +0000 (12:37 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 2 Sep 2019 12:37:16 +0000 (12:37 +0000)
src/main/java/org/onap/nbi/OnapComponentsUrlPaths.java

index 8828321..d9d2cb9 100644 (file)
@@ -48,7 +48,7 @@ public final class OnapComponentsUrlPaths {
     public static final String AAI_PUT_SERVICE_FOR_CUSTOMER_PATH =
             "/aai/v14/business/customers/customer/$customerId/service-subscriptions/service-subscription/";
     public static final String AAI_HEALTH_CHECK =
-        "aai/util/echo?action=long";
+        "/aai/util/echo?action=long";
     public static final String AAI_GET_SERVICE =
             "/aai/v14/nodes/service-instances/service-instance/$serviceId";
     public static final String AAI_GET_SERVICE_CUSTOMER =