From 486ae80a0e083dfb3230fe205557b6a93e505d33 Mon Sep 17 00:00:00 2001
From: Shishir Suman <74050813+shishirsuman092@users.noreply.github.com>
Date: Thu, 8 Feb 2024 13:16:33 +0530
Subject: [PATCH] Adding new endpoint for getAllInstitutesSPOC

---
 endpoints/endpoints.js | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/endpoints/endpoints.js b/endpoints/endpoints.js
index d52b5a1..002d4f8 100644
--- a/endpoints/endpoints.js
+++ b/endpoints/endpoints.js
@@ -688,10 +688,16 @@ const endpoints = [
     method: "put",
     route: "/api/rest/assessorUpdateForm",
     requestBody: ["form_id", "form_status"],
-  },{
+  },
+  {
     method: "post",
     route: "/api/rest/findForms",
     requestBody: ["param"],
+  },
+  {
+    method: "post",
+    route: "/api/rest/getAllInstitutesSPOC",
+    requestBody: ["limit", "offsetNo"],
   }
 ];
 
-- 
GitLab