Commit f40f14c0 authored by Administrator's avatar Administrator

Update Hello.java

parent 084d6dce
Pipeline #2394 passed with stages
in 18 seconds
...@@ -13,7 +13,7 @@ public class Hello { ...@@ -13,7 +13,7 @@ public class Hello {
@GetMapping(value = "/", produces = MediaType.APPLICATION_JSON_VALUE, consumes = MediaType.ALL_VALUE) @GetMapping(value = "/", produces = MediaType.APPLICATION_JSON_VALUE, consumes = MediaType.ALL_VALUE)
public ResponseEntity<String> getUserDetailByGitlabEmailId() { public ResponseEntity<String> getUserDetailByGitlabEmailId() {
String test = "This is Senthil, to say HI...." String test = "This is Senthil, to say HI....";
return new ResponseEntity<>(test, HttpStatus.OK); return new ResponseEntity<>(test, HttpStatus.OK);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment