From 05dece7d4817bc9953f82f3bc9f8e3030e30b63a Mon Sep 17 00:00:00 2001 From: Priyanka Date: Wed, 28 Aug 2024 18:02:08 +0530 Subject: [PATCH] route updated --- elevate-self-creation-portal/constants/routes.js | 8 ++++---- elevate-self-creation-portal/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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": {