Merge branch 'master' into Max/Backend/ReturnUserPasswordIssue
This commit is contained in:
@@ -115,6 +115,7 @@ public class UserService {
|
||||
}
|
||||
|
||||
|
||||
|
||||
public Iterable<User> getAllTeachers (){return userRepo.findAllTeachers();}
|
||||
|
||||
public Iterable<User> getAllStudents(){return userRepo.findAllStudents();}
|
||||
}
|
||||
Reference in New Issue
Block a user