summaryrefslogtreecommitdiffstats
path: root/src/app/contextHandler/ContextHandlerConstants.js
diff options
context:
space:
mode:
authorricharv <richard.vondadelszen@amdocs.com>2018-01-18 16:03:12 -0500
committerricharv <richard.vondadelszen@amdocs.com>2018-01-18 16:04:20 -0500
commit9f9553bdf90db2a02a742c4e038b2c1600c96036 (patch)
treeaed559460d9255d231731aff6bcd69797b5b3505 /src/app/contextHandler/ContextHandlerConstants.js
parentfd2a6b124c62fe186364efd8eb28409ce7507902 (diff)
Handling new BE subscription payload
Issue-ID: AAI-676 Change-Id: I5c6307f43b20487068bc4ba3b6d9fee5b25e2027 Signed-off-by: richarv <richard.vondadelszen@amdocs.com>
Diffstat (limited to 'src/app/contextHandler/ContextHandlerConstants.js')
-rw-r--r--src/app/contextHandler/ContextHandlerConstants.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/contextHandler/ContextHandlerConstants.js b/src/app/contextHandler/ContextHandlerConstants.js
index 6229968..9abbb31 100644
--- a/src/app/contextHandler/ContextHandlerConstants.js
+++ b/src/app/contextHandler/ContextHandlerConstants.js
@@ -39,7 +39,7 @@ export const FAILED_REQUEST = 'Failed to pull result for the request.';
export const ZERO_RESULT = 'No result has been found for this request.';
export const MULTIPLE_RESULT = 'Multiple results were found for this request so none got selected.';
export const SUBSCRIPTION_FAILED_MESSAGE = 'Failed to fetch subscription payload.';
-export const SUBSCRIPTION_PAYLOAD_URL = BASE_URL + '/subscription/getsubscription';
+export const SUBSCRIPTION_PAYLOAD_URL = BASE_URL + '/rest/subscription/getsubscription';