Commit 7c97f5a3 authored by Serdar TURKEL's avatar Serdar TURKEL

Merge branch 'development' into 'master'

push 1

See merge request !2
parents 5f69d9f5 4101c643
...@@ -13,10 +13,9 @@ public class TestController { ...@@ -13,10 +13,9 @@ public class TestController {
public ResponseEntity<HttpResponse<HttpStatus>> test() { public ResponseEntity<HttpResponse<HttpStatus>> test() {
return new ResponseEntity<HttpResponse<HttpStatus>>(HttpStatus.OK); return new ResponseEntity<HttpResponse<HttpStatus>>(HttpStatus.OK);
} }
@GetMapping("/info") @GetMapping("/info")
public ResponseEntity<String> 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