Correction of groups endpoint
This commit is contained in:
@ -30,6 +30,10 @@ public class Groups {
|
||||
public Groups() {
|
||||
}
|
||||
|
||||
public Long getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public Lecturer getLecturer() {
|
||||
return lecturer;
|
||||
}
|
||||
|
Reference in New Issue
Block a user