1
0
forked from PGL/Clyde

Merge branch 'master' into Max/Backend/ReturnUserPasswordIssue

This commit is contained in:
2024-03-17 13:07:20 +01:00
3 changed files with 16 additions and 3 deletions

View File

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