Skip to content

Commit 69ab97b

Browse files
author
Hattinger04
committed
rename
1 parent 94e42bd commit 69ab97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/Hattinger04/course/TeacherController.java renamed to src/main/java/io/github/Hattinger04/course/CourseController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
@RestController
2020
@RequestMapping("/teacher")
21-
public class TeacherController {
21+
public class CourseController {
2222

2323
@Autowired
2424
private UserService userService;

0 commit comments

Comments
 (0)