diff --git a/elevate-mentoring/constants/routes.js b/elevate-mentoring/constants/routes.js index 4566082..958c12d 100644 --- a/elevate-mentoring/constants/routes.js +++ b/elevate-mentoring/constants/routes.js @@ -2851,6 +2851,14 @@ module.exports = { type: 'POST', }, }, + { + sourceRoute: '/mentoring/v1/connections/checkConnection', + type: 'POST', + targetRoute: { + path: '/mentoring/v1/connections/checkConnection', + type: 'POST', + }, + }, { sourceRoute: '/mentoring/v1/connections/list', type: 'GET', diff --git a/elevate-mentoring/package.json b/elevate-mentoring/package.json index eacf4d1..8328c74 100644 --- a/elevate-mentoring/package.json +++ b/elevate-mentoring/package.json @@ -1,6 +1,6 @@ { "name": "elevate-mentoring", - "version": "1.2.92", + "version": "1.2.93", "description": "Npm package for Elevate-Mentoring service integration with Interface service. ", "main": "index.js", "scripts": {