We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cff3e9 commit 2fcf34fCopy full SHA for 2fcf34f
src/main/java/com/programming/streaming/controller/UserController.java
@@ -49,6 +49,11 @@ public String getEmail() {
49
}
50
51
52
+ @GetMapping("/")
53
+ public String getServiceName(){
54
+ return "User Service";
55
+ }
56
+
57
@PostMapping("/send-verification-email")
58
public String sendVerificationEmail(@RequestBody String emailJson) {
59
SimpleMailMessage message = new SimpleMailMessage();
0 commit comments