code update recorded at: 23/04/26 11:24:04

This commit is contained in:
Abhishek Test Tiwari 2026-04-23 11:24:04 +00:00
parent 9c01838494
commit e8c5d1b465

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);