Commit 95dc34a4 authored by pg-ta's avatar pg-ta

Update Hello.java

parent b8f775d4
Pipeline #2330 failed with stages
......@@ -14,7 +14,7 @@ public class Hello {
@GetMapping(value = "/", produces = MediaType.APPLICATION_JSON_VALUE, consumes = MediaType.ALL_VALUE)
public ResponseEntity<String> getUserDetailByGitlabEmailId() {
return new ResponseEntity<>("Wecome to Playground...", HttpStatus.OK);
return new ResponseEntity<>("Wecome to Playground.......", 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