From 37256e5a0e29cd5cfc34f17c28206e6b95247488 Mon Sep 17 00:00:00 2001 From: borkarsaish65 Date: Tue, 4 Nov 2025 20:50:06 +0530 Subject: [PATCH] savepoint --- elevate-mentoring/constants/routes.js | 8 ++++++++ elevate-mentoring/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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": {