1
0
forked from PGL/Clyde

Merge pull request 'Link back and front all get' (#115) from wal/front/listingUsers into master

Reviewed-on: PGL/Clyde#115
Reviewed-by: Debucquoy Anthony <d.tonitch@gmail.com>
Reviewed-by: LeoMoulin <leomoulin125@gmail.com>
This commit is contained in:
2024-03-18 20:20:35 +01:00
25 changed files with 725 additions and 377 deletions

View File

@@ -123,6 +123,7 @@ public class UserService {
public Iterable<User> getAllStudents(){return userRepo.findAllStudents();}
public User getUserById(long id) {
return userRepo.findById(id);
}