1
0
forked from PGL/Clyde

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:
2024-03-17 19:14:25 +01:00
3 changed files with 41 additions and 18 deletions

View File

@@ -106,4 +106,6 @@ public class UserService {
public Iterable<User> getAllTeachers (){return userRepo.findAllTeachers();}
public Iterable<User> getAllStudents(){return userRepo.findAllStudents();}
}