Commit 027b31eb authored by Serdar TURKEL's avatar Serdar TURKEL

cm-4

parent 9d7350ef
...@@ -11,7 +11,7 @@ import java.net.http.HttpResponse; ...@@ -11,7 +11,7 @@ import java.net.http.HttpResponse;
public class TestController { public class TestController {
public void testEndPoint(){ public void testEndPoint(){
System.out.println("Test 2"); System.out.println("Test 3");
} }
@GetMapping("/restapi/test") @GetMapping("/restapi/test")
public ResponseEntity<HttpResponse<HttpStatus>> test() { public ResponseEntity<HttpResponse<HttpStatus>> test() {
......
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