From 772865c0a3780dd12edf1560e0b08f50ca3a7356 Mon Sep 17 00:00:00 2001 From: Nevil Date: Tue, 8 Apr 2025 15:00:30 +0530 Subject: [PATCH] added: new api --- elevate-mentoring/constants/routes.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/elevate-mentoring/constants/routes.js b/elevate-mentoring/constants/routes.js index 3ad5f19c..1b38a650 100644 --- a/elevate-mentoring/constants/routes.js +++ b/elevate-mentoring/constants/routes.js @@ -2724,6 +2724,14 @@ module.exports = { type: 'GET', }, }, + { + sourceRoute: '/mentoring/v1/profile/externalIdMapping', + type: 'POST', + targetRoute: { + path: '/mentoring/v1/profile/externalIdMapping', + type: 'POST', + }, + }, { sourceRoute: '/mentoring/v1/profile/getCommunicationToken', type: 'GET',