Commit 3caab162 authored by Arun Kumar's avatar Arun Kumar
Browse files

added filterRegulatorByRole

1 merge request!10added filterRegulatorByRole
Showing with 5 additions and 0 deletions
+5 -0
......@@ -466,6 +466,11 @@ const endpoints = [
method: "post",
route: "/api/rest/getCourseMapping",
requestBody: ["courseType", "courseLevel"],
},
{
method: "post",
route: "/api/rest/filterRegulatorByRole",
requestBody: ["offsetNo", "limit", "role"],
}
];
......
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