Commit 30343893 authored by Arun Kumar's avatar Arun Kumar
Browse files

CourseMapping endpoint mapping

1 merge request!9CourseMapping endpoint mapping
Showing with 5 additions and 0 deletions
+5 -0
......@@ -462,6 +462,11 @@ const endpoints = [
route: "/api/rest/viewSchedule",
requestBody: ["user_id", "date"],
},
{
method: "post",
route: "/api/rest/getCourseMapping",
requestBody: ["courseType", "courseLevel"],
}
];
export default endpoints;
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