diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2021-01-14 15:31:39 +0100 |
---|---|---|
committer | PatrikBuhr <patrik.buhr@est.tech> | 2021-01-15 12:03:14 +0100 |
commit | be0ae3e197f5d5032c0766a59050b03e2a4deb99 (patch) | |
tree | d5e4977b41c67285434bd10125f9a876c484f460 /a1-policy-management/src/main/java | |
parent | 157f8cb05752a6bff2b7b9ad192acba4b6def6c3 (diff) |
Added a prefix to the PMS NBI
Replaced the copied pms api files under offered api with symlinks.
Change-Id: I9421fdb959078e5de1a20987f3c2a2fa626bb25d
Issue-ID: CCSDK-3077
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Diffstat (limited to 'a1-policy-management/src/main/java')
-rw-r--r-- | a1-policy-management/src/main/java/org/onap/ccsdk/oran/a1policymanagementservice/controllers/v2/Consts.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/a1-policy-management/src/main/java/org/onap/ccsdk/oran/a1policymanagementservice/controllers/v2/Consts.java b/a1-policy-management/src/main/java/org/onap/ccsdk/oran/a1policymanagementservice/controllers/v2/Consts.java index 81021b15..d791ff26 100644 --- a/a1-policy-management/src/main/java/org/onap/ccsdk/oran/a1policymanagementservice/controllers/v2/Consts.java +++ b/a1-policy-management/src/main/java/org/onap/ccsdk/oran/a1policymanagementservice/controllers/v2/Consts.java @@ -28,7 +28,7 @@ public class Consts { public static final String TRANSIENT_PARAM = "transient"; public static final String MANAGED_ELEMENT_ID_PARAM = "managed_element_id"; - public static final String V2_API_ROOT = "/v2"; + public static final String V2_API_ROOT = "a1-policy/v2"; public static final String V2_API_NAME = "A1 Policy Management Version 2.0 (in progress)"; public static final String V2_CONFIG_API_NAME = "Component Configuration"; |