From 8ce39ff36c5762bf4177b378b7684eb83076e424 Mon Sep 17 00:00:00 2001 From: adithya_dinesh Date: Thu, 11 Jan 2024 13:51:01 +0530 Subject: [PATCH] config issue in interface for mentee search --- src/constants/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants/config.json b/src/constants/config.json index 415ccd1..aa05a6f 100644 --- a/src/constants/config.json +++ b/src/constants/config.json @@ -2359,8 +2359,8 @@ ] }, { - "sourceRoute": "mentoring/v1/mentees/list", - "type": "POST", + "sourceRoute": "/mentoring/v1/mentees/list", + "type": "GET", "priority": "MUST_HAVE", "inSequence": false, "orchestrated": false,