Skip to content

Commit

Permalink
create pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinh-Tan-Dat committed Jun 19, 2024
1 parent 2b86039 commit 62596a3
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ public class UserController {
public String getServiceName(){
return "User Service";
}
@GetMapping("/test")
public String getTest(){
return "Test User Service";
}


private final AuthUserRepository userRepository;
private final PasswordEncoder passwordEncoder;
Expand Down

0 comments on commit 62596a3

Please sign in to comment.