Commit 5383a0a7 authored by Muhammad Suleman's avatar Muhammad Suleman

Check Git

parent 738a421e
...@@ -11,7 +11,7 @@ public class AdminController { ...@@ -11,7 +11,7 @@ public class AdminController {
@Autowired @Autowired
TeacherFunctionsForAdminService teacher; TeacherFunctionsForAdminService teacher;
//Added Comment
@PostMapping("/assignCourses") @PostMapping("/assignCourses")
public void assignCourseToTeacher(@RequestBody TeacherCourseAssignDTO assignCourses) { public void assignCourseToTeacher(@RequestBody TeacherCourseAssignDTO assignCourses) {
......
Markdown is supported
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