Commit 4101c643 authored by Serdar TURKEL's avatar Serdar TURKEL

push 1

parent 24554ac4
......@@ -13,10 +13,9 @@ public class TestController {
public ResponseEntity<HttpResponse<HttpStatus>> test() {
return new ResponseEntity<HttpResponse<HttpStatus>>(HttpStatus.OK);
}
@GetMapping("/info")
public ResponseEntity<String> info() {
return ResponseEntity.ok("Serdar TURKEL");
return ResponseEntity.ok("Serdar TURKEL Inity");
}
}
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