Commit 24554ac4 authored by Serdar TURKEL's avatar Serdar TURKEL

add info end point

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