1
0
forked from PGL/Clyde

Merge pull request 'added GET /user/{id}' (#143) from Max/Backend/GetUserById into master

Reviewed-on: PGL/Clyde#143
Reviewed-by: Debucquoy Anthony <d.tonitch@gmail.com>
Reviewed-by: LeoMoulin <leomoulin125@gmail.com>
Reviewed-by: Wal <karpinskiwal@gmail.com>
This commit is contained in:
Debucquoy Anthony 2024-03-18 13:48:07 +01:00
commit 4e6c4ecf38

View File

@ -130,4 +130,4 @@ public class UserService {
public void delete(User user) {
userRepo.delete(user);
}
}
}