Compare commits
No commits in common. "main" and "17-04-26-9c0183" have entirely different histories.
main
...
17-04-26-9
|
|
@ -14,7 +14,7 @@ public class Handler {
|
|||
public ResponseEntity<String> handler(String method, String requestBody) {
|
||||
try {
|
||||
// Prepare the response JSON
|
||||
String responseJson = "{\"message\": \"Hello World - Testing"}";
|
||||
String responseJson = "{\"message\": \"Hello World\"}";
|
||||
|
||||
// Print the JSON response to stdout
|
||||
System.out.println(responseJson);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user