Compare commits

...

1 Commits

Author SHA1 Message Date
Abhishek Test Tiwari e8c5d1b465 code update recorded at: 23/04/26 11:24:04 2026-04-23 11:24:04 +00:00

View File

@ -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\"}";
String responseJson = "{\"message\": \"Hello World - Testing"}";
// Print the JSON response to stdout
System.out.println(responseJson);