From 27b452603539470c1112cc152c306163ace7c064 Mon Sep 17 00:00:00 2001 From: nevil Date: Mon, 17 Feb 2025 17:22:23 +0530 Subject: [PATCH] added: reports filterList 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 7d8a0d83..3ad5f19c 100644 --- a/elevate-mentoring/constants/routes.js +++ b/elevate-mentoring/constants/routes.js @@ -2892,6 +2892,14 @@ module.exports = { type: 'DELETE', }, }, + { + sourceRoute: '/mentoring/v1/reports/filterList', + type: 'GET', + targetRoute: { + path: '/mentoring/v1/reports/filterList ', + type: 'GET', + }, + }, { sourceRoute: '/mentoring/v1/report-type/create', type: 'POST',