added /students endpoint
This commit is contained in:
@@ -107,4 +107,6 @@ public class UserService {
|
||||
|
||||
|
||||
public Iterable<User> getAllTeachers (){return userRepo.findAllTeachers();}
|
||||
|
||||
public Iterable<User> getAllStudents(){return userRepo.findAllStudents();}
|
||||
}
|
||||
Reference in New Issue
Block a user