Unverified Commit 42e3240a authored by Shishir Suman's avatar Shishir Suman Committed by GitHub
Browse files

Merge pull request #10 from arun1205/main

added filterRegulatorByRole
No related merge requests found
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