From a37524e8cbd6f032b822c532327d7327d9521ea2 Mon Sep 17 00:00:00 2001 From: Priyanka Date: Wed, 28 Aug 2024 17:42:01 +0530 Subject: [PATCH] updated scp route --- .../constants/routes.js | 22 ++++++++++++++++++- elevate-self-creation-portal/package.json | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/elevate-self-creation-portal/constants/routes.js b/elevate-self-creation-portal/constants/routes.js index 19e385e1..45fdf73a 100644 --- a/elevate-self-creation-portal/constants/routes.js +++ b/elevate-self-creation-portal/constants/routes.js @@ -528,7 +528,27 @@ module.exports = { path: '/scp/v1/resource/browseExisting', type: 'GET', }, - } + }, + { + sourceRoute: '/scp/v1/cloud-services/files/getSignedUrl', + type: 'POST', + inSequence: false, + orchestrated: false, + targetRoute: { + path: '/scp/v1/cloud-services/files/getSignedUrl', + type: 'POST' + }, + }, + { + sourceRoute: '/scp/v1/cloud-services/files/getDownloadableUrl', + type: 'POST', + inSequence: false, + orchestrated: false, + targetRoute: { + path: '/scp/v1/cloud-services/files/getDownloadableUrl', + type: 'POST' + }, + }, ], diff --git a/elevate-self-creation-portal/package.json b/elevate-self-creation-portal/package.json index 4de68a9b..56d9fbee 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.20", + "version": "1.0.22", "description": "Npm package for Elevate-self-creation-portal service integration with Interface service", "main": "index.js", "dependencies": {