diff --git a/elevate-self-creation-portal/constants/routes.js b/elevate-self-creation-portal/constants/routes.js index 5f784d4..e0e07d1 100644 --- a/elevate-self-creation-portal/constants/routes.js +++ b/elevate-self-creation-portal/constants/routes.js @@ -842,5 +842,25 @@ module.exports = { type: 'POST', }, }, + { + sourceRoute: '/scp/v1/config/createOrUpdate', + type: 'POST', + inSequence: false, + orchestrated: false, + targetRoute: { + path: '/scp/v1/config/createOrUpdate', + type: 'POST', + }, + }, + { + sourceRoute: '/scp/v1/config/updateRelatedOrgs', + type: 'POST', + inSequence: false, + orchestrated: false, + targetRoute: { + path: '/scp/v1/config/updateRelatedOrgs', + type: 'POST', + }, + }, ], } diff --git a/elevate-self-creation-portal/package.json b/elevate-self-creation-portal/package.json index db7bb85..4cb21bc 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.67", + "version": "1.0.68", "description": "Npm package for Elevate-self-creation-portal service integration with Interface service", "main": "index.js", "dependencies": {