Merge remote-tracking branch 'origin/master' into Leo/Backend/UnitTest
# Conflicts: # backend/src/main/java/ovh/herisson/Clyde/EndPoints/UserController.java
This commit is contained in:
@@ -106,4 +106,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