Legend:
- Unmodified
- Added
- Removed
-
src/main/java/finki/it/terapijamkbackend/spring/services/UserService.java
r743de55 r43c9090 58 58 } 59 59 60 return userRepository.save(existingUser); // Save the updated user back to the database60 return userRepository.save(existingUser); 61 61 } else { 62 62 throw new UserNotFoundException("User not found with username: " + username);
Note:
See TracChangeset
for help on using the changeset viewer.