1
0
forked from PGL/Clyde

added /students endpoint

This commit is contained in:
2024-03-16 23:05:26 +01:00
parent 069466ef5f
commit 4379794dba
3 changed files with 23 additions and 0 deletions

View File

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