Skip to content

Commit 2fcf34f

Browse files
committed
update
1 parent 7cff3e9 commit 2fcf34f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/com/programming/streaming/controller/UserController.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ public String getEmail() {
4949
}
5050
}
5151

52+
@GetMapping("/")
53+
public String getServiceName(){
54+
return "User Service";
55+
}
56+
5257
@PostMapping("/send-verification-email")
5358
public String sendVerificationEmail(@RequestBody String emailJson) {
5459
SimpleMailMessage message = new SimpleMailMessage();

0 commit comments

Comments
 (0)