Compare commits

..

No commits in common. "main" and "17-04-26-9c0183" have entirely different histories.

View File

@ -14,7 +14,7 @@ public class Handler {
public ResponseEntity<String> handler(String method, String requestBody) { public ResponseEntity<String> handler(String method, String requestBody) {
try { try {
// Prepare the response JSON // Prepare the response JSON
String responseJson = "{\"message\": \"Hello World - Testing"}"; String responseJson = "{\"message\": \"Hello World\"}";
// Print the JSON response to stdout // Print the JSON response to stdout
System.out.println(responseJson); System.out.println(responseJson);