Unverified Commit 486ae80a authored by Shishir Suman's avatar Shishir Suman Committed by GitHub
Browse files

Adding new endpoint for getAllInstitutesSPOC

parent 1dc5a246
1 merge request!32Adding new endpoint for getAllInstitutesSPOC
Showing with 7 additions and 1 deletion
+7 -1
......@@ -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"],
}
];
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment