diff --git a/elevate-self-creation-portal/constants/routes.js b/elevate-self-creation-portal/constants/routes.js index 45fdf73a..d426df8f 100644 --- a/elevate-self-creation-portal/constants/routes.js +++ b/elevate-self-creation-portal/constants/routes.js @@ -530,22 +530,22 @@ module.exports = { }, }, { - sourceRoute: '/scp/v1/cloud-services/files/getSignedUrl', + sourceRoute: '/scp/v1/cloud-services/file/getSignedUrl', type: 'POST', inSequence: false, orchestrated: false, targetRoute: { - path: '/scp/v1/cloud-services/files/getSignedUrl', + path: '/scp/v1/cloud-services/file/getSignedUrl', type: 'POST' }, }, { - sourceRoute: '/scp/v1/cloud-services/files/getDownloadableUrl', + sourceRoute: '/scp/v1/cloud-services/file/getDownloadableUrl', type: 'POST', inSequence: false, orchestrated: false, targetRoute: { - path: '/scp/v1/cloud-services/files/getDownloadableUrl', + path: '/scp/v1/cloud-services/file/getDownloadableUrl', type: 'POST' }, }, diff --git a/elevate-self-creation-portal/package.json b/elevate-self-creation-portal/package.json index 56d9fbee..a652bad6 100644 --- a/elevate-self-creation-portal/package.json +++ b/elevate-self-creation-portal/package.json @@ -1,6 +1,6 @@ { "name": "elevate-self-creation-portal", - "version": "1.0.22", + "version": "1.0.24", "description": "Npm package for Elevate-self-creation-portal service integration with Interface service", "main": "index.js", "dependencies": {