diff options
Diffstat (limited to 'src/app/contextHandler/ContextHandlerConstants.js')
-rw-r--r-- | src/app/contextHandler/ContextHandlerConstants.js | 2 |
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'; |