From 2c68eaa2a0c2b73102cb396e48212e8fdf098468 Mon Sep 17 00:00:00 2001 From: Rocky <49852443+rakeshSgr@users.noreply.github.com> Date: Tue, 4 Nov 2025 21:32:55 +0530 Subject: [PATCH] Update elevate-routes.json --- interface-routes/elevate-routes.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/interface-routes/elevate-routes.json b/interface-routes/elevate-routes.json index b953af2..f9fc0e9 100644 --- a/interface-routes/elevate-routes.json +++ b/interface-routes/elevate-routes.json @@ -14187,6 +14187,19 @@ "packageName": "elevate-self-creation-portal" } ] + }, + { + "sourceRoute": "/mentoring/v1/connections/checkConnection", + "type": "POST", + "priority": "MUST_HAVE", + "inSequence": false, + "orchestrated": false, + "targetPackages": [ + { + "basePackageName": "mentoring", + "packageName": "elevate-mentoring" + } + ] } ] }