Added endpoints
This commit is contained in:
@ -22,6 +22,10 @@ public class Course {
|
||||
public Course() {
|
||||
}
|
||||
|
||||
public Long getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
return name;
|
||||
}
|
||||
|
Reference in New Issue
Block a user