Commit 5f69d9f5 authored by Serdar TURKEL's avatar Serdar TURKEL

Merge branch 'development' into 'master'

add info end point

See merge request !1
parents 9bcd886a 24554ac4
......@@ -14,4 +14,9 @@ public class TestController {
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